mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 00:04:23 +00:00
INA219
This commit is contained in:
@@ -478,4 +478,6 @@ void app_main(void)
|
|||||||
|
|
||||||
ESP_ERROR_CHECK(i2cdev_init());
|
ESP_ERROR_CHECK(i2cdev_init());
|
||||||
xTaskCreate(task, "test", configMINIMAL_STACK_SIZE * 8, NULL, 5, NULL);
|
xTaskCreate(task, "test", configMINIMAL_STACK_SIZE * 8, NULL, 5, NULL);
|
||||||
|
|
||||||
|
xTaskCreate(display_xy, "coordinates", configMINIMAL_STACK_SIZE * 8, NULL, 4, NULL);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user