ITSY BITSY 32U4 5v 16MHz PlatformIO

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
sophtware
 
Posts: 2
Joined: Mon Feb 26, 2018 3:07 pm

ITSY BITSY 32U4 5v 16MHz PlatformIO

Post by sophtware »

I have recently moved over to using Atom and PlatformIO for my Arduino development. I just received 2 ITSY boards, but the device is not listed in PlatformIO. Is there a file I need to import to make them available, or should I select from one of the other available Adafruit boards?

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: ITSY BITSY 32U4 5v 16MHz PlatformIO

Post by adafruit_support_mike »

You should be able to make it work using the Arduino Leonardo build target. That's also a 32u4 dev board, and the Arduino framework has pin assignments for all the pins on the chip.

It looks like you could also copy the information for the Flora or Feather 32u4 and create a JSON data structure for the Itsy:

http://docs.platformio.org/en/latest/pl ... -structure

As soon as you have the name and the ability to associate that with the Arduino framework, I think you'll get access to the whole board support package.

User avatar
sophtware
 
Posts: 2
Joined: Mon Feb 26, 2018 3:07 pm

Re: ITSY BITSY 32U4 5v 16MHz PlatformIO

Post by sophtware »

Thanks! I'll try that. If I create the JSON file for the board, can I pass it on to Adafruit so others can benefit from it too?

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: ITSY BITSY 32U4 5v 16MHz PlatformIO

Post by adafruit_support_mike »

Sure, you can post it here.

We aren't associated with PlatformIO though, and it would be good to give them a copy too.

Locked
Please be positive and constructive with your questions and comments.

Return to “Itsy Bitsy Boards”