Skip to content

Releases: thomasonw/ATmegaxxM1-C1

v1.0.7 - fixed DAC bug, restructed to use new Arduino boardtype menues

10 Jul 20:42
Compare
Choose a tag to compare

Initialize VREF at 1st usage of DAC,

R
ATmegaxxM1-C1-1.0.7.tar.gz
estructured to Arduino menu selections, added menu options for PWM initial state (Thank you Geraldjust).

v1.0.6 - Enabled TONE, corrected SerialWrite IRQ race issue

06 Apr 17:17
Compare
Choose a tag to compare

TONE is now enabled, though it conflicts with PWM (analogWrite) as the same timer is used.

A bug in SerialWrite was corrected that caused serial writing halts during high IRQ situations (e.g., while external CAN was running hard)

v1.0.5 - Refinement of DAC and Diff Amp support

14 Mar 16:10
Compare
Choose a tag to compare

v1.0.5 --> pinMode(DAC_PORT,xxx) disconnects DAC from port (is connected by analogWrite(DAC_PORT, xx). analogRead() differential ports corrected for +/- values.

v1.0.4 NEW --- Actual release using NEW CORE files

11 Mar 01:51
Compare
Choose a tag to compare

This is what is in the actual v1.0.4 release. It is a re-port based off of the newest release of Arduino CORE files from their v1.6.8 release of the IDE

v1.0.4 OLD --- Last edits to old CORE files

10 Mar 04:53
Compare
Choose a tag to compare

This release contains the final edits made using the OLD core files. It includes some additions include analogWrite support for the ADC, and some small corrections.

After this 'release' the port will be based on the latest Arduino CORE files, bringing this release up to date.

V1.0.3 - correct CORE files

06 Mar 16:41
Compare
Choose a tag to compare

Correct issues in the CORE files, and specifically around serial.write to prevent hangups.

This releases is suggested to be used with the avr_can lib, as during high loads the error in the CORE file can cause hangs...