Komentarze
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
#include "DHT.h"
|
#include "DHT.h"
|
||||||
#include <Adafruit_NeoPixel.h>
|
#include <Adafruit_NeoPixel.h>
|
||||||
#include <BH1750.h>
|
#include <BH1750.h>
|
||||||
// #include <analogWrite.h>
|
|
||||||
#define Version "0.3.0"
|
#define Version "0.3.0"
|
||||||
|
|
||||||
|
|
||||||
@@ -15,9 +14,8 @@
|
|||||||
const uint8_t ledMap[LED_COUNT] = {3, 0, 1, 8, 2, 5, 4, 7, 6};
|
const uint8_t ledMap[LED_COUNT] = {3, 0, 1, 8, 2, 5, 4, 7, 6};
|
||||||
|
|
||||||
//2DO:
|
//2DO:
|
||||||
//pomiary i dobor rezystorów dla ledów w zbiorniku
|
|
||||||
// zacząć pomiary pojemności
|
|
||||||
//Pomiar światła bh1750 i fotorezystor
|
//Pomiar światła bh1750 i fotorezystor
|
||||||
|
// obsługa nie zamontowania -wyświetlacza, bt1750, DHT22
|
||||||
|
|
||||||
#define NUMPIXELS 10 //docelowo 9-10
|
#define NUMPIXELS 10 //docelowo 9-10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user