jbrazio / ardufocus

:telescope: The most accurate Open Source focus controller
https://ardufocus.com
GNU General Public License v3.0
52 stars 19 forks source link

Implements #9: New HAL for ATmega32U4 #10

Closed jbrazio closed 5 years ago

jbrazio commented 5 years ago

This changeset adds the HAL for the ATmega32U4 as described at: https://cdn.sparkfun.com/datasheets/Dev/Arduino/Boards/ProMicro16MHzv1.pdf

jbrazio commented 5 years ago

After further investigation (see this comment) this changeset is only implementing USART1 and the default Pro Mini serial is USB based. Pending USART1 validation by @kyuzumaki when possible.