From 787d40380f5bcd053e213d5580caa5cb3a0a98a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 05:47:00 +0000 Subject: [PATCH] Update wiki c96b04a3e2312bded60739c298550c560160e526 --- Setting-Up-Arduino-Development-for-PicoCalc-keyboard.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Setting-Up-Arduino-Development-for-PicoCalc-keyboard.md b/Setting-Up-Arduino-Development-for-PicoCalc-keyboard.md index a946421..a78e6a4 100644 --- a/Setting-Up-Arduino-Development-for-PicoCalc-keyboard.md +++ b/Setting-Up-Arduino-Development-for-PicoCalc-keyboard.md @@ -56,15 +56,17 @@ open Code/picocalc_keyboard/picocalc_keyboard.ino in Arduino IDE To upload your code: 1. Connect the picocalc board to your PC using a usb type-c cable. -2. Set the DIP 1 to ON +2. Set the **DIP 1** to ON 3. Long-Press the **Power On** button to power on. 4. Click the **Upload** button in Arduino IDE. -5. After upload, set DIP 1 to OFF +5. After upload, set **DIP 1** to OFF Here is a screenshot of working arduino ide: ![screenshot](https://github.com/clockworkpi/PicoCalc/blob/master/wiki/picocalc_keyboard_arduino_ide_compile.png) +DIP switches are on the back of picocalc mainboard +![dips](https://github.com/clockworkpi/PicoCalc/blob/master/wiki/picocalc_back_dip_switch.png) ### Libraries version info