Tags: mongoose-os-libs/dht
Tags
Add statistics to dht driver (#3) * Add statistics to dht driver - create a public struct mgos_dht_stats - add those stats to struct mgos_dht - initialize the counters to 0 upon initialization - do the statistics counting in the dht_read() function - create a public function mgos_dht_getStats() to return the statistics.
Add statistics to dht driver (#3) * Add statistics to dht driver - create a public struct mgos_dht_stats - add those stats to struct mgos_dht - initialize the counters to 0 upon initialization - do the statistics counting in the dht_read() function - create a public function mgos_dht_getStats() to return the statistics.
Add statistics to dht driver (#3) * Add statistics to dht driver - create a public struct mgos_dht_stats - add those stats to struct mgos_dht - initialize the counters to 0 upon initialization - do the statistics counting in the dht_read() function - create a public function mgos_dht_getStats() to return the statistics.
PreviousNext