SerialBufferAdapter new setBuffer function

Serial Fixed Array List Adapter documentation adapted
SinglyLinkedList setEnd() function added
This commit is contained in:
2020-01-18 16:48:33 +01:00
parent c9e4c73bd2
commit 6fe0f45c27
4 changed files with 12 additions and 1 deletions

View File

@ -59,6 +59,7 @@ public:
uint8_t * getBuffer();
const uint8_t * getConstBuffer();
void setBuffer(uint8_t * buffer_, T bufferLength_);
void setBuffer(uint32_t * buffer_, T bufferLength_);
private:
enum bufferType {