XMegaForArduino / arduino

required (and optional) source files for the Arduino development environment, specifically the hardware/arduino sub-directory, to support xmega processors
19 stars 17 forks source link

verify interrupt handling on E5 #9

Open bombasticbob opened 9 years ago

bombasticbob commented 9 years ago

interrupt handling is significantly different for E5, specifically that there is only one interrupt vector and not two for each port. Need to verify that it is working properly.