1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef PLATFORM_INCLUDES #define PLATFORM_INCLUDES #include <stdint.h> #include <stddef.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <stdarg.h> #include <math.h> #include <avr/interrupt.h> #include <avr/io.h> #endif