MicroCore v2.2.0
Changelog:
- Add flash write library (#131)
- Flash is a light-weight library that lets you read and write to the internal flash memory without using a RAM buffer
- The flash library is a semi high level library that utilizes AVR Libc's boot.h
- It is page oriented, which means that you'll have to write an entire page to flash at once. The ATtiny13 's flash pages is 32 bytes large.
- Add capacitive touch library
- ADCTouch is a light-weight, bare-bone capacitive touch library specifically written and optimized for ATtiny13
- It allows users to create capacitive touch sensors without any external hardware. Each capacitive touch sensor requires a separate ADC pin