├── .mxproject ├── LICENSE ├── README.md ├── bluepill_neoemu_clk.hex ├── bluepill_neoemu_clk.ioc ├── ledmatrix.yaml ├── ledstrip.yaml ├── main.c ├── stripsim.py ├── usbd_cdc_if.c └── usbd_cdc_if.h /.mxproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relwin/NeoPill/HEAD/.mxproject -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relwin/NeoPill/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relwin/NeoPill/HEAD/README.md -------------------------------------------------------------------------------- /bluepill_neoemu_clk.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relwin/NeoPill/HEAD/bluepill_neoemu_clk.hex -------------------------------------------------------------------------------- /bluepill_neoemu_clk.ioc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relwin/NeoPill/HEAD/bluepill_neoemu_clk.ioc -------------------------------------------------------------------------------- /ledmatrix.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relwin/NeoPill/HEAD/ledmatrix.yaml -------------------------------------------------------------------------------- /ledstrip.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relwin/NeoPill/HEAD/ledstrip.yaml -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relwin/NeoPill/HEAD/main.c -------------------------------------------------------------------------------- /stripsim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relwin/NeoPill/HEAD/stripsim.py -------------------------------------------------------------------------------- /usbd_cdc_if.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relwin/NeoPill/HEAD/usbd_cdc_if.c -------------------------------------------------------------------------------- /usbd_cdc_if.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/relwin/NeoPill/HEAD/usbd_cdc_if.h --------------------------------------------------------------------------------