Testing: split ble encoder test (#2754)
test(sensors): Add mock encoder sensor Add a new mock sensor driver for generating mock encoder sensor channel data. test(split): Add a peripheral sensor split test Test BLE split logic for peripheral sensors (encoders).
This commit is contained in:
parent
3377ed02a8
commit
d0ee30bfaa
13 changed files with 235 additions and 0 deletions
|
|
@ -4,3 +4,5 @@
|
|||
add_subdirectory_ifdef(CONFIG_ZMK_BATTERY battery)
|
||||
add_subdirectory_ifdef(CONFIG_EC11 ec11)
|
||||
add_subdirectory_ifdef(CONFIG_ZMK_MAX17048 max17048)
|
||||
|
||||
add_subdirectory_ifdef(CONFIG_ZMK_SENSOR_ENCODER_MOCK encoder_mock)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue