Version 0.63 is out!
January 20, 2016
Added XDATA variables initialization, now following code will work correctly
(Prior to this release variables were initialized only inside function, global variables were not. Now global are initialized too.)
Added defines for A0–A3 and PWM1–PWM4 to refer to corresponding pins.
analogRead, analogWrite, digitalWrite, digitalRead, pinMode functions behave now identically to Arduino functions:
- analogRead turns pin to tristate position
- analogWrite turns pin in OUTPUT
- digitalRead and digitalWrite cancels PWM on the pin
- pinMode stops PWM on INPUT and stops ADC on OUTPUT