ArduinoGeneral

Migrating a project from Arduino Uno to Bluno Beetle

userHead mybloodpumpsdiesesl 2020-01-14 15:02:06 2174 Views3 Replies
Good Day

I have developed a simple project using Arduino Uno and two push buttons. Now I want to migrate the project to the Bluno Beetle. I know I can just upload the code directly (tried using the Blink Example on Arduino), but how do I know which pins from the Uno correlate to the pins on the Beetle? Like if my buttons are on pins 2 and 3 on the Arduino, how will I know where this is on the Beetle? Any help will be most appreciated
2020-01-16 06:12:00 I have found the pinmap and that is pretty useful. How do I alter the code to be suited to the Bluno? Do I even have to alter the code? userHeadPic mybloodpumpsdiesesl