Commit Graph
62 Commits
Author SHA1 Message Date
MightyPork b697246e55 changed gex transport to use the new GEX vid pid by default 2018-03-28 00:47:52 +02:00
MightyPork 20511f34f3 added a matlab demo - surprisingly seamless 2018-03-23 21:53:03 +01:00
MightyPork 9c116647b8 implemented new transport that supports physical usart 2018-03-23 18:53:55 +01:00
MightyPork 86eabdf29a example of using nrf24l01+ 2018-03-22 22:47:41 +01:00
MightyPork 7793c72308 some fixes + semtech demo 2018-03-18 17:33:59 +01:00
MightyPork ae1bdde11c some convenience improvements 2018-03-17 23:49:12 +01:00
MightyPork d8cf016f87 added dac driver support 2018-03-11 00:05:34 +01:00
MightyPork 92d3724dcd support for DOut pulse gen 2018-03-08 00:56:36 +01:00
MightyPork f3920743aa example with auto + cleaning 2018-03-04 11:27:16 +01:00
MightyPork 634093507f more examples and bug fixes 2018-03-04 00:50:29 +01:00
MightyPork 85058fcf29 improved touch 2018-03-03 01:32:13 +01:00
MightyPork 3ad975dfc9 fcap updated 2018-02-22 13:42:59 +01:00
MightyPork 0467c240e0 indirect frequency measurement support in FCAP 2018-02-20 13:24:16 +01:00
MightyPork 1867a0eaf1 new demo 2018-02-18 09:46:59 +01:00
MightyPork f2364966ee added usart sync rx function 2018-02-17 23:00:34 +01:00
MightyPork 2554c4245b ndir example and added pp.skip() 2018-02-17 22:30:42 +01:00
MightyPork 1a6d45cc1c sipo fixes and demo 2018-02-16 23:01:23 +01:00
MightyPork 7069a3ff81 added the ini editor 2018-02-16 20:34:52 +01:00
MightyPork 76ade9f5cd sipÃo 2018-02-16 16:10:34 +01:00
MightyPork adee8b7b0f some improvements in DIn 2018-02-12 09:57:24 +01:00
MightyPork 018f993154 adc new stuff 2018-02-09 19:00:15 +01:00
MightyPork cfbb29c55e some adc improvements and testing stuff w pyplot 2018-02-08 22:44:57 +01:00
MightyPork edf1853f6c adc final 2018-02-07 23:52:52 +01:00
MightyPork 4e6162aa88 crude adc basics, untested client-side streaming code 2018-02-07 15:43:52 +01:00
MightyPork 9e72263af3 some 1w changes 2018-02-04 20:13:48 +01:00
MightyPork 13a9d598fd 1wire search support 2018-02-01 15:53:02 +01:00
MightyPork 5fc21386d6 fixed broken timeout in usb transport and added basic test of 1wire 2018-01-29 08:54:49 +01:00
MightyPork 026ace14ab renamed transport funcs 2018-01-28 15:46:13 +01:00
MightyPork a15c5b6ebe Implemented pluggable transport layers + pyusb support 2018-01-28 15:44:02 +01:00
MightyPork ba93523fb1 preliminary timestamps support + uint64_t parsing/building 2018-01-27 20:12:19 +01:00
MightyPork 44d128254b implemented DIn trigger captures 2018-01-27 12:23:25 +01:00
MightyPork b7af0a1c05 improved uart example 2018-01-15 15:03:52 +01:00
MightyPork 0789992063 usart fixes 2018-01-15 14:06:33 +01:00
MightyPork 70d322443e updated for latest TF, added confirm arg to all send-only cmds 2018-01-15 13:58:38 +01:00
MightyPork 5fb4392555 patches for new requirements of the ini write bulk read 2018-01-07 13:27:58 +01:00
MightyPork 23c712848b SPI client 2018-01-07 00:21:18 +01:00
MightyPork aefa2bdb1a implemented SPI driver 2018-01-06 23:02:18 +01:00
MightyPork 261aa66311 updated i2c frame structure 2018-01-04 13:46:44 +01:00
MightyPork 0d2d1fc926 added i2c unit 2018-01-04 01:34:03 +01:00
MightyPork 3fca05e239 asdf 2018-01-02 18:04:01 +01:00
MightyPork 5cf2022bbc add a neopixel driver 2018-01-02 17:59:43 +01:00
MightyPork 5d2810cacf added DI unit support 2017-12-28 21:56:51 +01:00
MightyPork 02e368abce implemented DOUT 2017-12-28 15:30:33 +01:00
MightyPork 94ae9a3608 added basic event handling support to units (not verified) 2017-12-27 19:20:35 +01:00
MightyPork 64614b8e59 tf cleaning 2017-12-27 19:16:29 +01:00
MightyPork fed1d1a5ce typehints!! 2017-12-27 19:01:41 +01:00
MightyPork 3fea95affb cleanup in Unit class 2017-12-27 18:23:09 +01:00
MightyPork c6c847136c added simple bulk access to Unit 2017-12-27 18:17:58 +01:00
MightyPork 732c6ff58c added readme 2017-12-27 18:13:12 +01:00
MightyPork d029c2a5fe added func to persist settings 2017-12-27 18:00:59 +01:00
MightyPork a59955000d added settings manipulation functions 2017-12-27 18:00:00 +01:00
MightyPork 94c2e409da bulk write implemented 2017-12-27 17:42:40 +01:00
MightyPork caa0ab4360 implemented bulk read 2017-12-27 17:27:39 +01:00
MightyPork 7f76c95472 cleaning 2017-12-27 15:09:43 +01:00
MightyPork d82ad7e4b3 added Pin unit sampel driver and some refactor 2017-12-27 15:07:12 +01:00
MightyPork 2010427000 some simplifications 2017-12-27 12:29:18 +01:00
MightyPork 2aabe2b9d2 added some todos 2017-12-27 12:05:30 +01:00
MightyPork eb4b4016a9 formatting 2017-12-27 12:00:20 +01:00
MightyPork 7676e8a22b implemented unit look-up and improved payload helpers 2017-12-27 11:58:50 +01:00
MightyPork 2642e9184f implemented payload parser and builder 2017-12-27 11:37:55 +01:00
MightyPork 105d1c1a3c code import 2017-12-27 00:31:43 +01:00
MightyPorkandGitHub 039c9dc7cd Initial commit 2017-12-27 00:29:35 +01:00