At the Hackaday Europe conference in Italy earlier in the year, we were shown a rather interesting device. The work of [Alun ...
There are a lot of ESP32-based development boards out there– and why not? It’s a versatile chip that can be used in all sorts of situations, and people want boards to match them. Not finding one to ...
static const uint8_t SD_CS_PIN = 3; // P1.00 static const uint8_t SD_MOSI_PIN = 15; // P1.01 static const uint8_t SD_SCK_PIN = 16; // P0.06 static const uint8_t SD_MISO_PIN = 45; // P0.26 static const ...