implemented basic functions for VEML6040

This commit is contained in:
hhaupt
2024-05-02 01:27:43 +02:00
parent dbe97dc94c
commit a5572b20b7
5 changed files with 137 additions and 76 deletions

View File

@ -1,7 +1,6 @@
#include <Adafruit_NeoPixel.h>
#include <Dezibot.h>
#define GPIO_LED 48
Dezibot dezibot = Dezibot();

View File

@ -1,5 +0,0 @@
#include "Dezibot.h"
int main(){
return 0;
}