1 2 3 4 5 6 7 8
#ifndef FPM_R503_H #define FPM_R503_H #include <stdint.h> uint8_t fpm_init(void); #endif /* FPM_R50_H */