├── CNCUNO.ino ├── EncoderPolling.cpp ├── EncoderPolling.h ├── LCD_Stuff.c ├── LCD_Stuff.h ├── LICENSE.TXT ├── README.md ├── switch.cpp └── switch.h /CNCUNO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncsimulator/CNC-UNO/HEAD/CNCUNO.ino -------------------------------------------------------------------------------- /EncoderPolling.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncsimulator/CNC-UNO/HEAD/EncoderPolling.cpp -------------------------------------------------------------------------------- /EncoderPolling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncsimulator/CNC-UNO/HEAD/EncoderPolling.h -------------------------------------------------------------------------------- /LCD_Stuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncsimulator/CNC-UNO/HEAD/LCD_Stuff.c -------------------------------------------------------------------------------- /LCD_Stuff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncsimulator/CNC-UNO/HEAD/LCD_Stuff.h -------------------------------------------------------------------------------- /LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncsimulator/CNC-UNO/HEAD/LICENSE.TXT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncsimulator/CNC-UNO/HEAD/README.md -------------------------------------------------------------------------------- /switch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncsimulator/CNC-UNO/HEAD/switch.cpp -------------------------------------------------------------------------------- /switch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cncsimulator/CNC-UNO/HEAD/switch.h --------------------------------------------------------------------------------