Simple "Blinky" example for the QP active object framework

Dependencies:   mbed qp

Fork of qp_dpp by Quantum Leaps

bsp.h

Committer:
QL
Date:
2014-10-12
Revision:
7:80bbc7a6c78c
Parent:
4:6189d844a1a2

File content as of revision 7:80bbc7a6c78c:

#ifndef bsp_h
#define bsp_h
                                                // System clock tick rate [Hz]
uint32_t const BSP_TICKS_PER_SEC = static_cast<uint32_t>(50);

void BSP_init(void);
void BSP_ledOn(void);
void BSP_ledOff(void);

#endif                                                                // bsp_h