Factored out CAN helper functions out of the example. Test code now also uses the received data.

This commit is contained in:
Piotr Esden-Tempski
2010-12-25 20:39:46 +01:00
parent c6e86901e8
commit e7d765ea90
5 changed files with 470 additions and 127 deletions

View File

@@ -21,6 +21,7 @@
#define LIBOPENSTM32_COMMON_H
#include <stdint.h>
#include <stdbool.h>
/* Type definitions for shorter and nicer code */
typedef int8_t s8;