added bmake file (Makefile)

This commit is contained in:
2026-03-13 10:26:00 -05:00
parent 8c86bd2a3e
commit 70bd676539
7 changed files with 47 additions and 30 deletions

View File

@@ -72,15 +72,14 @@ dump_emotion_vector_values(struct emotion_vector_struct* emotion_vector_to_dump)
"surprise\0",
};
puts("=================================================");
for(uint8_t i = 0; i < NUMBER_OF_EMOTIONS; i++)
{
puts("=================================================");
printf("| %s: %d\n",
emotions_names[i],
(int)emotion_vector_to_dump->values[i]);
puts("=================================================");
}
puts("=================================================");
}
void

Binary file not shown.

View File

@@ -1,5 +1,5 @@
#include "emotional_simulator/emotional_simulator.h"
#include "MODULE_emotional_simulator/emotional_simulator.h"
#include <stdlib.h>

BIN
src/main.o Normal file

Binary file not shown.