Diff: WriterBase.h
- Revision:
- 2:ce4c7e5ab241
- Parent:
- 1:578d6bbe9f09
--- a/WriterBase.h Fri Dec 16 07:14:05 2011 +0000 +++ b/WriterBase.h Thu Dec 22 09:44:29 2011 +0000 @@ -27,8 +27,11 @@ bool ready(); bool message(int aLevel, const char *aString); - bool readRgb(); - bool reportRgb(uint8_t r, uint8_t g, uint8_t b); + bool reportBufferInSize(); + bool bufferInSize(uint16_t aSize); + + bool readColor(); + bool reportColor(uint8_t c); void setData(uint8_t *aData, int aCapacity);