zakthompson / pokescripts.xyz

A web tool for compiling bots for automating repetitive tasks in Pokemon Sword & Shield
https://pokescripts.xyz
MIT License
12 stars 4 forks source link

does it support arduino zero board? #12

Closed GeneGi closed 3 years ago

GeneGi commented 3 years ago

if so, how do I change the code to generate the hex and flash it to my board?

zakthompson commented 3 years ago

Hey @GeneGi, unfortunately it does not :( The Zero is an ATSAMD21G18 board. The MCUs supported by these bots are ATMEGA16U2, ATMEGA32U4 and AT90USB1286. Thanks for reaching out!