You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I imagine that there are AVR devices which have IO ports where only half of the bits are actually connected to pins.
We might want to look into something like defining PB1, PB2, ... registers for each generated module. That way, if you're using the library and you try to use a pin that doesn't exist, it will hit a hard error.
The text was updated successfully, but these errors were encountered:
I imagine that there are AVR devices which have IO ports where only half of the bits are actually connected to pins.
We might want to look into something like defining
PB1
,PB2
, ... registers for each generated module. That way, if you're using the library and you try to use a pin that doesn't exist, it will hit a hard error.The text was updated successfully, but these errors were encountered: