n-wach / camino

A library for controlling an Arduino from Python over Serial
MIT License
16 stars 3 forks source link

Change ISR vector name based on board preprocessor flag #2

Closed n-wach closed 2 years ago

n-wach commented 2 years ago

This should fix PORT=0 not working on ATmega2560 as mentioned in issue #1 .

@jorianxk I don't have any Arduinos (Uno or Mega) on hand... Any chance you could test these boards before I merge and release?

Closes: #1