0.2.0
Added
- Support for
ATtiny88
. - An
asm
module with wrapper functions for various assembly instructions.
Changed
- Various patches for
ATtiny85
, fixing up a lot of the remaining inconsistencies. interrupt::enable()
is now unsafe, as it would otherwise be possible to enable interrupts safely inside a critical section.