Search found 1 match

by willijr0
Sat Nov 09, 2019 5:30 pm
Forum: ESP32 Arduino
Topic: Sensor values different to Uno
Replies: 0
Views: 1651

Sensor values different to Uno

Hi Sorry if this is a very basic question but I'd like to know how to change code that reads sensor data from things like MPU-6050 boards on an Arduino Uno so it reads it correctly on an ESP32. I realise that the Uno is 16 bit and the ESP32 is 32 but I'm not sure how to change it. Changing int to ui...