What is the identifier for Flora board?

Wearable electronics: boards, conductive materials, and projects from Adafruit!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
nice2meet_you
 
Posts: 1
Joined: Thu Feb 11, 2016 3:14 pm

What is the identifier for Flora board?

Post by nice2meet_you »

Hi all,

I am writing a program that works on multiple boards. But not all the boards have the same pin out. I want to know the identifier for the Flora board so that I can use the macro similar to the following:

Code: Select all

#if defined(ARDUINO_AVR_UNO)
    //Code here
#endif
thank you!

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: What is the identifier for Flora board?

Post by adafruit_support_rick »

ARDUINO_AVR_FLORA8

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

Return to “Wearables”