AceRoutine  0.3
A low-memory, fast-switching, cooperative multitasking library using stackless coroutines on Arduino platforms.
ace_routine::Channel< T > Member List

This is the complete list of members for ace_routine::Channel< T >, including all inherited members.

Channel()ace_routine::Channel< T >inline
read(T &value)ace_routine::Channel< T >inline
setValue(const T &value)ace_routine::Channel< T >inline
write()ace_routine::Channel< T >inline
write(const T &value)ace_routine::Channel< T >inline