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