flipperzero-firmware/lib/one_wire
Georgii Surkov 7a3a1aaf0d
[FL-3057] Allow use of any suitable pin for 1-Wire devices (#2350)
* Add 1-wire thermometer example app stub
* Working 1-wire thermometer app
* Refactor app to use threads
* Clean up code, add comments
* Add CRC checking
* Increase update period
* Fix error in fbt
* Revert the old update period
* Use settable pin in onewire_host
* Use settable pin for onewire_slave
* Clear EXTI flag after callback, make private methods static in onewire_slave
* Do not hardcode GPIO pin number
* Remove iButton hal from furi_hal_rfid
* Remove most of furi_hal_ibutton
* Add some of furi_hal_ibutton back
* Slightly neater code
* Fix formatting
* Fix PVS-studio warnings
* Update CODEOWNERS
* Add furi_hal_gpio_get_ext_pin_number
* Create README.md
* FuriHal: move furi_hal_gpio_get_ext_pin_number to resources

---------

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-08 14:40:44 +09:00
..
ibutton [FL-3057] Allow use of any suitable pin for 1-Wire devices (#2350) 2023-02-08 14:40:44 +09:00
maxim_crc.c [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
maxim_crc.h [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
one_wire_device.c [FL-2393][FL-2381] iButton, OneWire: move to plain C (#1068) 2022-03-29 16:01:56 +03:00
one_wire_device.h
one_wire_host_timing.h [FL-2393][FL-2381] iButton, OneWire: move to plain C (#1068) 2022-03-29 16:01:56 +03:00
one_wire_host.c
one_wire_host.h
one_wire_slave_i.h
one_wire_slave.c
one_wire_slave.h
SConscript