-
### Board
ESP32H2 Dev Module
### Device Description
Only the Chip module
### Hardware Configuration
No external connections
### Version
latest master (checkout manually)
### IDE Name
Arduino
…
-
I have been noticing a potential memory leak in the continuous scan example. I have only added the following to the end of `void loop()`:
```
Serial.print("HEAP: ");
Serial.println(ESP.getFreeHea…
-
where is the ino file that contains the whole code?
-
Using a DOIT ESP32 DEVKIT V1
I can get values from cell 1-2-3-4, pack value, state of charge.
the current reading on the other hand does not work past -99mA something weird happens and it bugs u…
-
Library was updated to 0.1.17 and it no longer works on M5Core2.
Arduino IDE example.
M5Unified - Basic - Displays.ino
https://github.com/m5stack/M5Unified/blob/master/examples/Basic/Displays/Dis…
-
### Version
v19.8.1
### Platform
Darwin uhyo 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64
### Subsystem
_No respon…
-
Hello! Awesome project, very fast, much colorful. Can you add support for `.ino` (Arduino) files? All the program needs to do is identify them and use standard C coloring (or C++, but `see` doesn't se…
-
Dear All,
I know this topic has been discussed before but I am bringing it back to life because I am trying to implement something on an Android device but I cannot get it to work.
To give a bit o…
-
What does this output mean/How to read it?
![image](https://github.com/PowerBroker2/ELMduino/assets/128231244/cd13715a-0875-4ad5-ba26-83ca6557897c)
-
#include
int ledPins[8] = {0,1, 2, 3, 4, 5, 6, 7};
const byte sound[] PROGMEM = {128,
128, 128, 128, 127, 128, 127, 128, 127, 128, 127, 128, 128};
int pin, i;
void setup() {
for(pin=0; pi…