Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: LittleCounter-Example
Diff: BERGCloudBase.h
- Revision:
- 5:2e04a8b3fc25
- Parent:
- 4:5a04c00b5b6f
- Child:
- 6:79100379d4b4
--- a/BERGCloudBase.h Wed Nov 13 18:14:38 2013 +0000 +++ b/BERGCloudBase.h Tue Nov 26 17:45:12 2013 +0000 @@ -107,8 +107,11 @@ private: uint8_t SPITransaction(uint8_t data, bool finalCS); void initTransaction(_BC_SPI_TRANSACTION *tr); + bool _transaction(_BC_SPI_TRANSACTION *tr); bool transaction(_BC_SPI_TRANSACTION *tr); bool _sendEvent(uint8_t eventCode, uint8_t *eventBuffer, uint16_t eventSize, uint8_t command); + void lockTake(void); + void lockRelease(void); bool synced; };

