EEPROM Write Example for Intel® Galileo Board
This example uses a potentiometer to input a value which is stored in EEPROM and can be read with a different sketch. We are using the code provided under the examples for Arduino* IDE 1.5.3.
Hardware
- Intel® Galileo board
- Breadboard
- One potentiometer
- Wires
Instructions
- Place the potentiometer on the breadboard, and make the following connections:
Intel® Galileo Board Breadboard Potentiometer GND Negative strip 5 V Positive strip Ground strip Pin 1 Positive strip Pin 3 A0 Pin 2 - Connect the power supply and the USB to USB Client Port on the Intel Galileo board.
- Open Arduino IDE. Click Tools > Board and select Intel Galileo.
- Click Tools > Serial Port and select the Com # that the Intel Galileo board is connected to.
- Click File > Examples > EEPROM and select eeprom_write.
- Click the upload icon.
Circuit
Note | This image was created using Fritzing*. |