Some useful stuff
Dependents: FtEncoder FtControlSet
Auto generated API documentation and code listings for NeedfulThings
Buffer< T, N > | A template for a simple buffer class holding at max N elements of type T |
BufferOnHeap< T, N > | Concrete Buffer class template that allocates the elements storage on the heap |
BufferOnStack< T, N > | Concrete Buffer class template that implements the element's storage as simple C-array on stack or global memory |
TimeoutTweaked | Tweaked Timeout class, that publishes the protected TimerEvent methods remove() and insert(unsigned int) , which are a bit faster than detach() and attach(...) |