MySensors Library & Examples
2.3.2
|
Allows access to and delays using the System Timer Counter.
Functions | |
uint64_t | bcm2835_st_read (void) |
void | bcm2835_st_delay (uint64_t offset_micros, uint64_t micros) |
void bcm2835_st_delay | ( | uint64_t | offset_micros, |
uint64_t | micros | ||
) |
Delays for the specified number of microseconds with offset.
[in] | offset_micros | Offset in microseconds |
[in] | micros | Delay in microseconds |
uint64_t bcm2835_st_read | ( | void | ) |
Read the System Timer Counter register.