untested new onewire commands (all except search algos)

This commit is contained in:
2018-01-30 22:16:22 +01:00
parent 55816fc810
commit af35cee030
6 changed files with 250 additions and 35 deletions
+10
View File
@@ -21,6 +21,16 @@
*/
uint64_t PTIM_GetMicrotime(void);
/**
* Get time in milliseconds since start
*
* @return time in ms
*/
static inline uint32_t PTIM_GetTime(void)
{
return HAL_GetTick();
}
/**
* Microseconds busy delay
*