Commit Graph

67 Commits

Author SHA1 Message Date
James Bowman c2c258acac i2cgui now accepts a port on the command-line
[#9]
2019-03-17 18:49:00 -07:00
James Bowman dc075ca988 improve Windows build instructions 2019-03-09 17:21:11 -08:00
James Bowman 5d34353331 Bump version to 0.0.4 2019-03-09 17:19:23 -08:00
James Bowman d550946fc0 Clearer instructions on how to build the Windows release. #9 2019-03-09 17:11:44 -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 3e9d176688
Update README.md
Fix link for #8
2019-03-07 16:26:13 -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
James Bowman 32e04b7d34 Bi-Color (Red/Green) 24-Bar Bargraph 2019-03-03 16:59:43 -08:00
James Bowman 2eac70d266 Merge branch 'master' of github.com:jamesbowman/i2cdriver 2019-03-03 16:47:54 -08:00
James Bowman 8bc1009e1e LED 8x8 example 2019-03-03 16:47:47 -08:00
James Bowman 06a02b74a1 Better notes on releasing 2019-03-03 15:53:46 -08:00
James Bowman 87fc2c1305 NSIS install script, win32 port enumeration in GUI 2019-03-03 15:43:52 -08:00
James Bowman b8198d9813 Merge branch 'master' of github.com:jamesbowman/i2cdriver 2019-03-03 13:26:49 -08:00
James Bowman fda2bf86a2 Windows icon 2019-03-03 13:26:42 -08:00
James Bowman 85229642b9 Properly do port enumeration on Windows 2019-03-03 13:01:37 -08:00
James Bowman e1b3826432 Version bump to 0.0.2 2019-03-03 11:30:43 -08:00
James Bowman 652fdd41d4 regwr accepts tuples properly. Fix EDS.LED for Python 2 2019-03-03 11:28:13 -08:00
James Bowman 895f5a3941 Speed control, 100 or 400 kHz 2019-03-02 17:35:09 -08:00
James Bowman 3c5b894b7e I2C reset button 2019-03-02 14:17:12 -08:00
James Bowman 38ed5a2a1d Make monitor mode a ToggleButton 2019-03-02 11:50:35 -08:00
James Bowman 26ea05a21d Add write/read/stop buttons 2019-03-02 11:36:44 -08:00
James Bowman 6bc558fba4 Raduio buttons for i2c device 2019-03-02 08:00:29 -08:00
James Bowman c3f1499162
Merge pull request #5 from lakidd/bug_fixes
Fixed GridSizer error and OS X Reg-ex serial port selection
2019-03-01 19:43:18 -08:00
Lachlan Kidd a4de56f78f Fixed GridFlex error
Fixed reg-ex for os x serial port selection
2019-03-01 15:12:53 +11:00
James Bowman 2831dba645 win32 Makefile for i2ccl.exe 2019-02-27 07:54:22 -08:00
James Bowman 9ad4dcda3a Merge branch 'master' of github.com:jamesbowman/i2cdriver 2019-02-26 06:47:13 -08:00
James Bowman 32761d19e4 Compile with -Wall, clean up all warnings. #1 2019-02-26 06:46:28 -08:00
James Bowman 2851205ffb
Merge pull request #1 from justinh24/master
Fix custom baud rate for termios on apple
2019-02-25 15:24:08 -08:00
Justin Hirsch f665595f0f Fix custom baud rate for termios on apple 2019-02-25 15:13:21 -08:00
James Bowman 3f4d177c21 Clean up comments 2019-02-25 07:26:02 -08:00
James Bowman f562231c49 Clean up a little 2019-02-25 07:06:31 -08:00
James Bowman 1095bc3059 i2cgui now has heat map and monitor mode button 2019-02-24 19:13:33 -08:00
James Bowman d5d11310e6 ACCEL class and sample 2019-02-24 17:17:24 -08:00
James Bowman cfe4eed9ad Add COMPASS code and sample, color compass app 2019-02-24 15:31:47 -08:00
James Bowman 55f99f655e Consistent case for CLOCK 2019-02-24 13:29:25 -08:00
James Bowman ac0e46dda7 Add proper comment to egg timer 2019-02-24 13:23:31 -08:00
James Bowman 0da77dfa56 sample for the POT, and an egg-timer app 2019-02-24 13:18:04 -08:00
James Bowman 23d0ecd40b Merge branch 'master' of github.com:jamesbowman/i2cdriver 2019-02-24 11:03:40 -08:00
James Bowman 2f870b4389 Add EDS-IR sample, EDS-take-a-ticket sample 2019-02-24 10:58:36 -08:00
James Bowman cc9ae7acd1 Test case builds i2ccl 2019-02-24 06:51:15 -08:00