
Description
On step 4 of the instructions it says to use the command:
arduino-cli core search mkr1000
That's all fine and dandy if you use the mkr1000 but I do not know if that is the arduino I have.
When I google the phrase mkr1000 I get arduino mkr1000 wifi. So I assume that if you had that board you would come across a page that tells you the codeword for that is simply "mkr1000".
I have the arduino uno r3.
When I run the comand:
arduino-cli core search uno
I get:
Searching for platforms matching 'uno'
ID Version Name
arduino:avr 1.6.23 Arduino AVR Boards
arduino:megaavr 1.6.26 Arduino megaAVR Boards
Do I install both of these? Just one? Will either one work?
Please specify in the instructions how to take the brand name of my arduino and look up the model number or whatnot I am supposed to type into the search command OR specify what to do if multiple results come up.