| ASCII Serial Com
    Serial communication library between computers, microcontrollers, FPGAs, etc. Uses only ASCII. Not the most efficient protocol, but meant to be easy to read | 
portable millisecond timer More...
#include <millisec_timer.h>
| Public Attributes | |
| bool | enabled | 
| millisec_timer_unit_t | set_time | 
| millisec_timer_unit_t | expire_time | 
portable millisecond timer
It's designed to be easy to use and handle wraparound properly (which happens every 49.7 days for uint32_t).
Definition at line 55 of file millisec_timer.h.
| bool __millisec_timer::enabled | 
Definition at line 56 of file millisec_timer.h.
| millisec_timer_unit_t __millisec_timer::expire_time | 
Definition at line 58 of file millisec_timer.h.
| millisec_timer_unit_t __millisec_timer::set_time | 
Definition at line 57 of file millisec_timer.h.