xod-arduino-deploy
Advanced tools
Changelog
0.21.0 (2018-06-09)
Port
. Port specifies a board hardware pin like A4
or D4
. Port specification became more straightforward rather than plain numbers used before. (#1232)Byte
. A byte is a group of eight bits specified in a binary, decimal, or hexadecimal form. (#1192)xod/bits
. (#1186)xod/bits
use the new Byte type. (#1261)xod/common-hardware
use the new Byte and Port types. They now also expose unified pins for an explicit update, update acknowledgment, and error signaling. (#1274)xod/core
to xod/math
(#1251)xod/core
to xod/gpio
(#1256)xod/core
to xod/i2c
(#1270)welcome-to-xod
tutorial no longer use goo.gl link shortener and point to web-pages directly (#1217)xod/core
are deprecated now. Use corresponding nodes from xod/math
instead.analog-input
, pwm-output
, digital-input
, and digital-output
from xod/core
are deprecated now. Use analog-read
, pwm-write
, digital-read
, digital-write
from the new xod/gpio
, or xod/common-hardware/analog-sensor
instead.3
is still valid, prefer explicit A3
or D3
. IDE will auto-correct wrong values on input commit.3
is still valid, prefer explicit 3d
, 03h
, or 11b
. IDE will auto-correct wrong values on input commit.<a name="0.20.3"></a>
Changelog
0.19.2 (2018-03-12)
xod/core/defer-pulse
on boot (#1108)xod/core/discretize
(#1106)<a name="0.19.0"></a>
Changelog
0.19.0 (2018-03-02)
add
, multiply
, bitwise-*
, any
, and
, or
, concat
, discretize
, select
, and others.<a name="0.18.1"></a>