Firmware for the mbed in the BlueSync Sensor platform. Intended to communicate with a BlueGiga BLE112 Bluetooth LE module over UART.

Dependencies:   TimerCapture mbed

Committer:
dishbreak
Date:
Sun May 24 06:28:41 2015 +0000
Revision:
1:cb941edd7bce
Child:
2:ac474fccf29b
Adding capability to reply with observed timestamp.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dishbreak 1:cb941edd7bce 1 union intByteArray {
dishbreak 1:cb941edd7bce 2 uint32_t integer;
dishbreak 1:cb941edd7bce 3 uint8_t byte[4];
dishbreak 1:cb941edd7bce 4 };