untested new onewire commands (all except search algos)
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user