sht22 almost working

pull/2/head
Mateusz Lubecki 2018-04-21 00:02:45 +02:00
rodzic d783e754db
commit 12dc1cf9b6
2 zmienionych plików z 522 dodań i 520 usunięć

Plik diff jest za duży Load Diff

Wyświetl plik

@ -61,6 +61,7 @@ void dht22_init(void) {
void dht22_comm(dht22Values *in) {
dht22State = DHT22_STATE_COMMS;
currentBit = 0;
GPIO_Init(DHT22_PIN_PORT,&PORT_out);
GPIO_SetBits(DHT22_PIN_PORT, DHT22_PIN_PIN);