mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-26 05:54:46 -07:00
Temp fix of broken ibutton emulation
Reverted lib changes and added old api TODO: Find what causes that issue, issue also present in official dev branch
This commit is contained in:
@@ -19,7 +19,7 @@ typedef void (*OneWireSlaveResultCallback)(void* context);
|
||||
|
||||
/**
|
||||
* Allocate onewire slave
|
||||
* @param gpio_pin
|
||||
* @param pin
|
||||
* @return OneWireSlave*
|
||||
*/
|
||||
OneWireSlave* onewire_slave_alloc(const GpioPin* gpio_pin);
|
||||
|
||||
Reference in New Issue
Block a user