Files

copied

There are no circuits or boards in this repository.

Last update 7 years 2 months by Postaron
Files
.gitignore
README.md
compteurCode.h
main.c
uart.c
uart.h
compteurCode.h
/* * compteurCode.h * * Created on: 9 févr. 2017 * Author: postaron */ #ifndef COMPTEURCODE_H_ #define COMPTEURCODE_H_ #define ETIQUETTE 0x65 //just an example #endif /* COMPTEURCODE_H_ */
Report a bug