ATmegaxxM1-C1
ATmegaxxM1-C1 copied to clipboard
Arduino IDE support files for CAN enabled Atmel AVR chips: ATmega64M1, ATmega32M1, ...
Was just telling a friend about this repo & the awesome power of the ATmegaxxM1-C1 series chips... and I noticed a typo in the repo description: `CAN enabled Amtel AVR...
Using Arduino 1.8.13 (Perhaps others) the 16M1 version is not being offered as a option to select from the Tools menu
Hi I'm trying to use these board files to upload a blank sketch to the ATmega32M1 but I'm getting the following error: ``` Warning: Board ATmegaM1-C1:avr:CanDuino doesn't define a 'build.board'...
Hi! Could you please upload the actual source code you used when you compiled Optiboot for these AVRs? I'd like to add ATmega16/32/64M1 and ATmega32C1/64C1 to my [Optiboot flash repo](https://github.com/MCUdude/optiboot_flash)...
The datasheet is wrong on page 88, PCICR, Bit PCIE1 states PCINT[14:8], but this should be PCINT[15:8], because D10 (PC7) corresponds to PCINT15 and this pin does generate an interrupt....
Hi there, just wondering if this package is compatible with Arduino IDE 2.0? When I try to install, I'm hit with: ``` Tool arduino:[email protected] already installed Tool arduino:[email protected] already installed...
I created a new project in platformio and did as suggested **command:** _pio pkg install --library "thomasonw/ATmegaxxM1-C1@^1.0.4"_ > Resolving megaatmega1280 dependencies... > Library Manager: Installing thomasonw/ATmegaxxM1-C1 @ ^1.0.4 > Downloading...