Changelog
0.35.3 (2020-09-30)
<a name="0.35.2"></a>
Changelog
0.35.2 (2020-09-18)
xod-dev/servo
and xod/gpio
with ESP32 boards (#2038)tweak-byte
s in live session (#2041)tweak-string
nodes (#2042)tweak-string
nodes (#2042)<a name="0.35.1"></a>
Changelog
0.32.0 (2019-12-04)
=XOD_USERNAME
literal to use a XOD username in various places and assist easy sharing of the project (#1888)=XOD_PROJECT
literal to use the current project name. For example, as a part of the feed path (#1889)=XOD_TOKEN
literal which is required to authorize with XOD Cloud services (#1900)xod/i2c/read-byte
node error raising on reading 0x00
value (#1910)<a name="0.31.1"></a>
Changelog
0.31.1 (2019-10-08)
xod-dev/text-lcd
library (#1875)xod-dev/dht
library (#1877)xod/common-hardware/button
(#1880)<a name="0.31.0"></a>
Changelog
0.31.0 (2019-10-01)
UPD
inputs pins on idempotent actuator nodes with the ACT
input pin: xod-dev/pn532-nfc/nfc-scanner, xod-dev/servo/servo, xod/common-hardware/h-bridge-dc-motor, xod/common-hardware/led. (#1842)xod/common-hardware/hc-sr04-*
nodes in favour of the new xod-dev/hc-sr04
library (#1851)xod/common-hardware/dht11-*
and xod/common-hardware/dht2x-*
nodes in favour of the new xod-dev/dht
library (#1853)xod/common-hardware/text-lcd-16x2
and xod/common-hardware/text-lcd-16x2-i2c
nodes in favour of the new xod-dev/text-lcd
library (#1835)xod/common-hardware
library which works with STM IMU sensors and barometer in favour of the new ones from xod-dev/st-mems
library (#1855)<a name="0.30.1"></a>
Changelog
0.30.0 (2019-07-17)
ERR
pulses gone from the standard library in favor of using the errors. (#1808)xod/core/if-else
is now truly generic and works with any types. (#1767)xod/core/pulse-on-change
is now an abstract generic and have implementation for numbers and strings. (#1806)xod-dev/servo
match Arduino defaults. (#1815)error
, has-error
, pulse-on-error
, if-error
in xod/core
to support the new error concept. (#1777)serial.disableRTS
option from platform’s boards.txt
when opening the serial port for debugging. Previously it broke debugging for Arduino Leonardo, Micro, ATmega32U4 on Windows. (#1816)<a name="0.29.1"></a>
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>