neopixel_f103_mvp/App/App.h
2020-12-01 15:21:37 +01:00

15 lines
202 B
C

#ifndef __APP_H_INCLUDED__
#define __APP_H_INCLUDED__
#ifdef __cplusplus
extern"C" {
#endif
void HandleSystick();
void HandleSpiDmaIrq();
#ifdef __cplusplus
}
#endif
#endif /* __APP_H_INCLUDED__ */