Files
chargeflow/components/peripherals/include/peripherals.h

7 lines
102 B
C

#ifndef PERIPHERALS_H
#define PERIPHERALS_H
void peripherals_init(void);
#endif /* PERIPHERALS_H */