The field version of the solarnano grid on the ionQubes
Fork of SolarNanoGridv3 by
Diff: Battery/Battery.h
- Revision:
- 30:47f73b850a5e
- Parent:
- 28:e85a86fc8b59
- Child:
- 31:3bf76548e024
--- a/Battery/Battery.h Thu Jun 23 11:54:53 2016 +0000 +++ b/Battery/Battery.h Thu Jun 23 13:30:17 2016 +0000 @@ -86,7 +86,7 @@ * sends a request for a charge update. */ void requestMaxCharge(); - + /** * Disables all of the interrupts, for a proper sleep state. */ @@ -205,8 +205,13 @@ * */ void intNrf(); + char* resetPackets(); + /** + * Gathers a packet from the file defined by fullTxFilePath + * @param readOnly if true then it does not move the internal pointers on. + */ + char* getPacket(unsigned int *sizePackett,char * fullTxFilePath); - private: // **********************