Exposing the delay() core function.
This commit is contained in:
@ -29,6 +29,8 @@ extern "C"
|
|||||||
{
|
{
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
/* hardware identification number */
|
/* hardware identification number */
|
||||||
#define BOARD_ID_JELLYBEAN 0
|
#define BOARD_ID_JELLYBEAN 0
|
||||||
|
|
||||||
@ -154,6 +156,8 @@ extern "C"
|
|||||||
/* TODO add other Pins */
|
/* TODO add other Pins */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
void delay(uint32_t duration);
|
||||||
|
|
||||||
void cpu_clock_init(void);
|
void cpu_clock_init(void);
|
||||||
void ssp1_init(void);
|
void ssp1_init(void);
|
||||||
void ssp1_set_mode_max2837(void);
|
void ssp1_set_mode_max2837(void);
|
||||||
|
Reference in New Issue
Block a user