Search found 1 match
- Tue Mar 17, 2015 1:28 am
- Forum: V-USB
- Topic: conflict with attachInterrupt
- Replies: 2
- Views: 4543
conflict with attachInterrupt
I maintain a library of code called IRLib which receives, decodes, and sends infrared signals. One of the objects in the library makes use of the standard arduino function "attachInterrupt". When I compile a sketch with my library and V-USB I get a linking conflict with INT0_vect. This occ...