Commit Graph

79 Commits

Author SHA1 Message Date
James Bowman fa174554ef PCA9685 sample 2020-03-16 07:39:23 -07:00
James Bowman 418473e362 Merge branch 'master' of github.com:jamesbowman/i2cdriver 2020-03-06 11:40:54 -08:00
James Bowman 7435273ccb Don't do a device scan when bus is blocked.
Properly handle capture file cancel path.
2020-03-06 11:40:23 -08:00
James Bowman a3b2262baf Merge branch 'master' of github.com:jamesbowman/i2cdriver 2020-02-18 16:16:18 -08:00
James Bowman 3aaad8a7de Clean up comments 2020-02-18 16:16:13 -08:00
James Bowman 0de77f100c Add example using a TCA9548A I2C switch 2020-02-18 16:15:28 -08:00
James Bowman 23cc8a2a96 Merge branch 'master' of github.com:jamesbowman/i2cdriver 2020-01-25 18:51:45 -08:00
James Bowman b38d01148e Proper busy bus expection 2020-01-25 18:51:29 -08:00
James Bowman 036902b032 Sphinx doc first cut 2020-01-16 12:08:41 -08:00
James Bowman 96534d6c0d Remove debug 2020-01-13 19:25:15 -08:00
James Bowman e327a2ddb1 all tests now passing on Python 2.7 2020-01-13 19:22:23 -08:00
James Bowman 449e931853 Version 0.0.8 2020-01-07 17:43:50 -08:00
James Bowman f57ca82ee1 Correctly hangle regrd with count of 256 or greater.
[#28]
2020-01-07 17:42:36 -08:00
James Bowman cf5f80f3f3 Acceptance test for i2cdriver and i2cmini firmware 2020-01-07 13:56:37 -08:00
James Bowman b62ad81b27 Slow down remote controll polling 2020-01-04 06:57:21 -08:00
James Bowman 57dc5a4f7e Version 0.0.7 2020-01-04 06:53:36 -08:00
James Bowman a6c58a5be3 setspeed() and setpullups() now update their respective variables
[#27]
2020-01-04 06:51:34 -08:00
James Bowman f00bee59c9 Fix EDS DIG2 raw method 2019-09-10 12:07:23 -07:00
James Bowman df2a78cf2a Version bump to 0.0.6 2019-09-10 12:06:57 -07:00
James Bowman 8a4007b75c Instantiate GridSizer() in a way that works on both Wx 3. and 4.
Looks like GridSizer.SetHGap() and SetVGap() have no effect on Wx 3.
But at least now it doesn't crash on Wx 3.
2019-09-10 11:42:30 -07:00
James Bowman 2697bf5046 Merge branch 'master' of github.com:jamesbowman/i2cdriver 2019-04-29 15:51:29 -07:00
James Bowman e281042f66 Clean up 2019-04-29 15:51:23 -07:00
James Bowman a1111eda1d Capture to CSV file implemented in GUI #13 2019-04-29 15:49:39 -07:00
James Bowman d34ffee12a Capture example 2019-04-29 14:18:39 -07:00
James Bowman 5a83009a70 i2cgui installed as a script, version bump to 0.0.5 2019-04-25 19:46:26 -07:00
James Bowman 39ce40b545 Sphinx doc set up 2019-04-25 06:45:21 -07:00
James Bowman a26b5dd9ad Remove unused modules 2019-04-25 06:44:31 -07:00
James Bowman 6e0dbe861b Clean up pullups control handling.
[#7]
2019-04-03 07:30:01 -07:00
James Bowman 9c579067dd First cut of pullup control
[#7]
2019-04-03 06:43:34 -07:00
James Bowman 0154f768c9 Clean up handling of selected device when it appears/disappears from network #12 2019-03-28 19:29:52 -07:00
James Bowman 2f224a4851 Fix device range to be 08-77 2019-03-22 18:56:41 -07:00
James Bowman ab1d9210f9 Better handling of device fails 2019-03-21 18:10:49 -07:00
James Bowman 8606daad08 Catch exceptions and display in a dialog box 2019-03-17 19:04:01 -07:00
James Bowman c8566b9516 Merge branch 'master' of github.com:jamesbowman/i2cdriver 2019-03-17 18:49:31 -07:00
James Bowman c2c258acac i2cgui now accepts a port on the command-line
[#9]
2019-03-17 18:49:00 -07:00
James Bowman b839aa1d5d Merge branch 'master' of github.com:jamesbowman/i2cdriver 2019-03-17 12:01:51 -07:00
James Bowman 68d21a245b TEMP sample 2019-03-17 12:01:43 -07:00
James Bowman 5d34353331 Bump version to 0.0.4 2019-03-09 17:19:23 -08:00
James Bowman 651dec5ac2 Merge branch 'master' of github.com:jamesbowman/i2cdriver 2019-03-09 17:00:21 -08:00
James Bowman 570500562b Decrease grid spacing so gui fits on Windows screen 768 pixels high
[#11]
2019-03-09 16:59:48 -08:00
James Bowman 35c96f1446 Sparkfun MAG3110 3D Magnetometer 2019-03-04 11:28:47 -08:00
James Bowman 1c4359abd0 BNO080 IMU sample 2019-03-04 11:04:06 -08:00
James Bowman d89332cc69 Clean up timing, remove debug 2019-03-04 09:35:30 -08:00
James Bowman 5d85445b4c Merge branch 'master' of github.com:jamesbowman/i2cdriver 2019-03-04 09:22:34 -08:00
James Bowman eb13b6336a Checkpoint, have "HELLO WORLD" 2019-03-04 09:22:13 -08:00
James Bowman 007c144bb6 Merge branch 'master' of github.com:jamesbowman/i2cdriver 2019-03-04 06:15:38 -08:00
James Bowman 6bd978ebe1 remove debug 2019-03-04 06:15:32 -08:00
James Bowman 6885c0b9fe Sparkfun's Qwiic joystick and keypad 2019-03-03 17:49:22 -08:00
James Bowman cb681cfebe MPR121 touch detection 2019-03-03 17:21:26 -08:00
James Bowman 73cc408de7 OLED 128x64 module from DIYMall 2019-03-03 17:12:31 -08:00