BERG Cloud / BERGCloud

Dependents:   LittleCounter-Example

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;
 };