Thys may give you a direction
//Programa: Medidor de corrente com sensor ACS712
//Autor: Arduino e Cia
#include <Wire.h>
#include <U8glib.h>
//Definicoes do display Oled
U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NONE);
//int valor = 0;
String str;
int tamanho;
const int analogIn = A0;
int ...
Search found 3 matches
- Sun Apr 09, 2017 5:31 am
- Forum: ESP32 Arduino
- Topic: ESP32 with ACS712
- Replies: 5
- Views: 29886
- Sun Apr 09, 2017 5:25 am
- Forum: ESP32 Arduino
- Topic: Can't get ESP32 WROOM to work with any example
- Replies: 20
- Views: 43831
Re: Can't get ESP32 WROOM to work with any example
Try change Arduino IDE tool flash frequency to 40 Mhz
- Sun Apr 09, 2017 5:12 am
- Forum: ESP32 Arduino
- Topic: pins_arduino
- Replies: 2
- Views: 7105
pins_arduino
I noted that have several variants for pins_arduino.h
What is the correct way of code, to set Arduino IDE to use a specific variant?
What is the correct way of code, to set Arduino IDE to use a specific variant?