Revert "Temp fix of broken ibutton emulation"

This reverts commit 1831902fbd.
This commit is contained in:
MX
2023-02-11 21:09:39 +03:00
parent 0abb88842a
commit f4af57d15a
9 changed files with 70 additions and 174 deletions

View File

@@ -19,7 +19,7 @@ typedef void (*OneWireSlaveResultCallback)(void* context);
/**
* Allocate onewire slave
* @param pin
* @param gpio_pin
* @return OneWireSlave*
*/
OneWireSlave* onewire_slave_alloc(const GpioPin* gpio_pin);