# AtmelAVR Arduino Framework

Atmel AVR 8-bit and 32-bit MCUs deliver a unique combination of performance, power efficiency and design flexibility. Optimized to speed time to market-and easily adapt to new ones-they are based on the industrys most code-efficient architecture for C and assembly programming.

[More Information about Atmel AVR](http://www.microchip.com/design-centers/8-bit/avr-mcus) 

Arduino SDK is provided by Arduino organization for arduino boards.

[More Information about Cosa](https://github.com/arduino/ArduinoCore-avr/)

## Wio Framework 
This is a framework supported by Wio and is compatible with `avr` platform. To use this framework:
* [Install wio](https://github.com/wio/wio#install)
* Create an AtmelAVR package or AtmelAVR app
```bash
wio create pkg --platform avr --framework arduino
```
```bash
wio create app --platform avr --framework arduino
```