Adds simple display, uss and imu service

This commit is contained in:
Rune Harlyk
2024-04-22 23:31:49 +02:00
committed by Rune Harlyk
parent 0085add674
commit 32352962ef
6 changed files with 194 additions and 6 deletions
+29
View File
@@ -21,12 +21,41 @@ LightStateService lightStateService = LightStateService(&server,
esp32sveltekit.getMqttClient(),
&lightMqttSettingsService);
/*
* Camera settings service
* Camera state service
* Initialize the camera
*
* Idle task for calculating usage - CPU usage
* Place to define the task priorities
* General setting like metric or imperial
* Global definitions
* Global connection manager - SDA, SCL, BUTTON, SCREEN, USS, SERVO, CAMERA
*
* Servo Service
* Servo Settings Service
*
* JSON serializable - PsRamAllocator
* Buffered JSON reader / writer
*
* FT for PSRAM
* FT for bluetooth
* FT for ESPNOW controller
*
*
* Button input service - Add callback for button press
* */
void setup()
{
Serial.begin(SERIAL_BAUD_RATE);
esp32sveltekit.begin();
// Wire.begin(SDA, SCL);
// InitializeCamera();
lightStateService.begin();
lightMqttSettingsService.begin();