make drone use Arduino 101
hi. im making drone use arduino101. but heard arduino 101 isnt service avr libraries. can tell me how can use avr library through arduino 101?? look through library source code find avr architecture specific code. replace avr specific code equivalent arc32 code. if want library work both architectures can this: code: [select] #if defined(__avr__) // avr architecture specific code here #elif defined(__arduino_arc__) // arc architecture specific code here #endif that cause correct code automatically selected preprocessor. Arduino Forum > Products > Arduino 101 (Moderators: cmaglie, facchinm) > make drone use Arduino 101 arduino