NodeByeBye: verschil tussen versies

Uit MakerSpace Leiden
Ga naar: navigatie, zoeken
(Nieuwe pagina aangemaakt met ' const uint8_t I2C_SDA_PIN = 13; //SDA; // i2c SDA Pin const uint8_t I2C_SCL_PIN = 16; //SCL; // i2c SCL Pin const uint8_t oled_sd1306_i2c_addr = 0x3C; c...')
 
Regel 1: Regel 1:
 +
[[https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware Olimex ESP-32 PoE]] based.
  
 
   const uint8_t I2C_SDA_PIN = 13; //SDA;  // i2c SDA Pin
 
   const uint8_t I2C_SDA_PIN = 13; //SDA;  // i2c SDA Pin

Versie van 8 mrt 2019 om 20:58

[Olimex ESP-32 PoE] based.

 const uint8_t I2C_SDA_PIN = 13; //SDA;  // i2c SDA Pin
 const uint8_t I2C_SCL_PIN = 16; //SCL;  // i2c SCL Pin
 const uint8_t oled_sd1306_i2c_addr = 0x3C;
 const uint8_t mfrc522_rfid_i2c_addr = 0x28;
 const uint8_t aart_led  (EXT2 onderaan)
 const uint8_t pusbutton