GEX protocol documentation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gex-docs/README.md

20 lines
787 B

6 years ago
# GEX protocol documentation
This repository specifies the control protocol implemented by [gex-core](https://github.com/gexpander/gex-core).
6 years ago
## General information
- [FRAME_FORMAT.md](FRAME_FORMAT.md) - Low level frame format, message types
- [INTERNAL_STRUCTURE.md](INTERNAL_STRUCTURE.md) - GEX's internal structure, units, requests and events
- [INI_FILES.md](INI_FILES.md) - INI config files, filesystem and API access
6 years ago
## Unit types
- [UNIT_DO.md](UNIT_DO.md) - Digital Output
- [UNIT_DI.md](UNIT_DI.md) - Digital Input
6 years ago
- [UNIT_NEOPIXEL.md](UNIT_NEOPIXEL.md) - NeoPixel driver
6 years ago
- [UNIT_SIPO.md](UNIT_SIPO.md) - Shift Register Driver with multicast support
6 years ago
- [UNIT_I2C.md](UNIT_I2C.md) - I2C master
6 years ago
- [UNIT_SPI.md](UNIT_SPI.md) - SPI master up to 16 slaves and multicast support