├── README.md ├── bin └── ntp2hwclock.sh ├── doc ├── 1DI2DO │ └── README.md ├── 3DI │ └── README.md ├── 5DI │ └── README.md ├── BaseBoard │ └── README.md ├── CAN │ └── README.md ├── EMC │ └── README.md ├── Openhab │ └── README.md ├── RS232 │ └── README.md ├── RS232_LoraWAN_2G_4G │ └── README.md ├── RS232_Z-Wave │ └── README.md └── RS485 │ └── readme.md └── src ├── firmware ├── Version004 │ └── README.md ├── Version005 │ └── README.md └── counting │ └── README.md ├── node-red-contrib-andinox1 └── README.md └── python └── README.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/README.md -------------------------------------------------------------------------------- /bin/ntp2hwclock.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/bin/ntp2hwclock.sh -------------------------------------------------------------------------------- /doc/1DI2DO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/doc/1DI2DO/README.md -------------------------------------------------------------------------------- /doc/3DI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/doc/3DI/README.md -------------------------------------------------------------------------------- /doc/5DI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/doc/5DI/README.md -------------------------------------------------------------------------------- /doc/BaseBoard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/doc/BaseBoard/README.md -------------------------------------------------------------------------------- /doc/CAN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/doc/CAN/README.md -------------------------------------------------------------------------------- /doc/EMC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/doc/EMC/README.md -------------------------------------------------------------------------------- /doc/Openhab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/doc/Openhab/README.md -------------------------------------------------------------------------------- /doc/RS232/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/doc/RS232/README.md -------------------------------------------------------------------------------- /doc/RS232_LoraWAN_2G_4G/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/doc/RS232_LoraWAN_2G_4G/README.md -------------------------------------------------------------------------------- /doc/RS232_Z-Wave/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/doc/RS232_Z-Wave/README.md -------------------------------------------------------------------------------- /doc/RS485/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/doc/RS485/readme.md -------------------------------------------------------------------------------- /src/firmware/Version004/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/src/firmware/Version004/README.md -------------------------------------------------------------------------------- /src/firmware/Version005/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/src/firmware/Version005/README.md -------------------------------------------------------------------------------- /src/firmware/counting/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/src/firmware/counting/README.md -------------------------------------------------------------------------------- /src/node-red-contrib-andinox1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/src/node-red-contrib-andinox1/README.md -------------------------------------------------------------------------------- /src/python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andino-systems/Andino-X1/HEAD/src/python/README.md --------------------------------------------------------------------------------