added bmake file (Makefile)
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
src/MODULE_emotional_simulator/emotional_simulator.o
Normal file
BIN
src/MODULE_emotional_simulator/emotional_simulator.o
Normal file
Binary file not shown.
Binary file not shown.
@@ -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
BIN
src/main.o
Normal file
Binary file not shown.
Reference in New Issue
Block a user