MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / onSelectBus

Method onSelectBus

Tactility/Source/app/i2cscanner/I2cScanner.cpp:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301void I2cScannerApp::onSelectBus(lv_event_t* event) {
302 auto* dropdown = static_cast<lv_obj_t*>(lv_event_get_target(event));
303 uint32_t selected = lv_dropdown_get_selected(dropdown);
304 selectBus(selected);
305}
306
307void I2cScannerApp::selectBus(int32_t selected) {
308 struct Device* found_device;

Callers 1

onSelectBusCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected