Search found 1 match
- Tue Jul 11, 2023 11:58 am
- Forum: ESP-WHO
- Topic: Just an ESP32-CAM Forum?
- Replies: 4
- Views: 43138
Re: Just an ESP32-CAM Forum?
i have a problem i write this code: #include <BleKeyboard.h> BleKeyboard bleKeyboard; int gnd = 15; int p1 = 13; int p2 = 14; int p3 = 4; unsigned long last_run = 0; void setup() { pinMode(gnd,OUTPUT); digitalWrite(gnd,LOW); pinMode(p1,INPUT); attachInterrupt(digitalPinToInterrupt(p2),a,RISING); att...