Definitions and Void Setup

Hi
I want to define and setup 2 buttons (1 forward and 1 reverse) and a slider for speed control. Using UNO with BLE and motor shield together with RoboRemo

Where can I locate a tutorial that shows the basics of what to define and setup in sketch for:

  • Bluetooth BLE what to set
  • buttons set pin # etc
  • slider what to set

Thanks

Charles Harris

It sounds as if you need to learn the basics of creating an Arduino program. Have a look at some of the examples that come with the Arduino IDE. There should be examples that deal with the different things you want to do even if hey are not all in the same program.

...R

Take a look at your Arduino. Do you SEE a slider? Mine didn't come with one. Do you SEE a BLE? Mine didn't come with one. When you add external hardware, you should get a library that goes with the hardware. If not, that's NOT the hardware for you. Libraries come with examples.