Commit Graph

2885 Commits

Author SHA1 Message Date
dlstjq7685 84e54a40b5
change const name.
Co-authored-by: Thomas Kohler <g2t@e.mail.de>
2022-10-23 18:24:41 +09:00
INSEOB KANG b04ecaa329 change JSBlasterPeriod to pwmDefaultPeriod 2022-10-23 09:06:56 +09:00
INSEOB KANG ee0bff582a little fix 2022-10-23 08:41:22 +09:00
Thomas Kohler ddf5227dcd
Add driver for PCF8583 clock and counter 2022-10-22 13:40:44 +02:00
Thomas Kohler 9d1fd13a2f i2c PCF8583 clock and counter driver introduced 2022-10-22 13:12:09 +02:00
INSEOB KANG 83b0e2840b fix jetson nano pwm feature 2022-10-22 20:10:12 +09:00
Thomas Kohler ccadf3a281
add PR template 2022-10-21 20:00:36 +02:00
Thomas Kohler d827c913c5
Joystick add Xbox-One controller
Joystick add Xbox-One controller
2022-10-21 19:08:10 +02:00
Thomas Kohler 65d06fc961 Joystick add Xbox-One controller 2022-10-21 18:57:27 +02:00
Thomas Kohler 75a146ef6d
GrovePi: add read firmware version and DHT sensors 2022-10-21 16:47:10 +02:00
Thomas Kohler dd8a49c8cb GrovePi add read firmware version and DHT sensors 2022-10-21 16:33:09 +02:00
dlstjq7685 86150792d0
Merge branch 'dev' into feature/jetson-nano-adaptor 2022-10-20 23:51:22 +09:00
Thomas Kohler 68a1b81d53
Update go.mod to 1.17 and all modules incl. code upgrades 2022-10-20 08:18:06 +02:00
Thomas Kohler 16a453248e Update go.mod to 1.17 and all modules incl. code upgrades 2022-10-19 19:32:56 +02:00
Thomas Kohler b285544e43
BUGFIX: stabilize firmata tests 2022-10-19 09:46:20 +02:00
Thomas Kohler bf98277e03 BUGFIX: stabilize firmata tests 2022-10-19 09:39:35 +02:00
Thomas Kohler cab50412e9
adjust analog sensor driver to prevent ReadValue() to get float64 2022-10-18 09:34:01 +02:00
Thomas Kohler 33bd714868
BUGFIX/IMPROVEMENT: Adafruit1109 bad characters on Halt() 2022-10-18 09:29:40 +02:00
Thomas Kohler 348c5af324 BUGFIX: Adafruit1109 bad characters on Halt() 2022-10-18 09:21:45 +02:00
Thomas Kohler 295b611462
BUGFIX/IMPROVEMENTS: ADS1x15 2022-10-11 10:39:24 +02:00
Thomas Kohler 5cb8302117 BUGFIX/IMPROVEMENT: ADS1x15 2022-10-11 10:37:29 +02:00
Thomas Kohler e7cb5c48ee Makefile: add check for examples, fix failed file, stabilize "every"-test 2022-10-11 08:42:15 +02:00
Thomas Kohler 91f94d9d4e
CCS811 use ReadBlockData() 2022-10-10 09:25:17 +02:00
Thomas Kohler 0dcec286f8 FEATURE: CCS811 use ReadBlockData() 2022-10-10 09:18:41 +02:00
Thomas Kohler e9980df214
MPL115A2 use ReadBlockData() 2022-10-10 07:54:50 +02:00
Thomas Kohler fd1231f0ba MPL115A2 use WriteByteData() and ReadBlockData() 2022-10-10 07:48:58 +02:00
Thomas Kohler e38a753f6d
BMP180 BMP280 BMP388 BME280 use ReadBlockData() 2022-10-10 06:58:55 +02:00
Thomas Kohler 6f970f7f6c FEATURE: bmxy8z use ReadBlockData 2022-10-10 06:51:39 +02:00
Thomas Kohler be288943be
ADXL345 use ReadBlockData() 2022-10-09 09:47:20 +02:00
Thomas Kohler 038853286d ADXL345 use ReadBlockData() 2022-10-07 19:40:55 +02:00
gram eb7e419c49 document fields for flight data 2022-10-03 18:24:38 +02:00
Thomas Kohler dbf33f7f63
BUGFIX/Improvement: missing HMC5883L byte swap, wrong name 2022-10-03 14:00:26 +02:00
Thomas Kohler 7b9d77bcc7 FIX: issue 805 by rename 2022-10-03 13:52:09 +02:00
Thomas Kohler ae34b72eaa BUGFIX/Improvement: missing HMC5883L byte swap 2022-10-03 13:51:58 +02:00
Thomas Kohler 9cc2ee32bd
BUGFIX/Improvement: MPU6050 init and values 2022-10-03 12:10:43 +02:00
Thomas Kohler d097fae08d BUGFIX/Improvement: MPU6050 init and values 2022-10-03 12:05:07 +02:00
Thomas Kohler 7b67007f87
BUGFIX/Improvement: L3GD20H full scale range usage 2022-10-02 16:37:59 +02:00
Thomas Kohler b4028e02ea BUGFIX/Improvement: L3GD20H full scale range usage 2022-10-02 16:31:57 +02:00
deadprogram a60a7962f3 ble: update to TinyGo Bluetooth package v0.6.0 release
Signed-off-by: deadprogram <ron@hybridgroup.com>
2022-10-02 16:26:34 +02:00
deadprogram 17233ae2e3 build: update appveyor for go 1.19
Signed-off-by: deadprogram <ron@hybridgroup.com>
2022-10-02 16:26:34 +02:00
deadprogram 0f6dab55c9 all: update to new serial package
Signed-off-by: deadprogram <ron@hybridgroup.com>
2022-10-02 16:26:34 +02:00
deadprogram 09d6a0ceec platforms/ble: support for Windows and remove macOS specific UUID code no longer needed
Signed-off-by: deadprogram <ron@hybridgroup.com>
2022-10-02 16:26:34 +02:00
Thomas Kohler b616a1aadd
BUGFIX/Improvement: th02 i2c driver - wrong register usage for heater 2022-10-02 15:57:05 +02:00
Thomas Kohler 2476bd9541 BUGFIX/Improvement: TH02 wrong register for heater, use i2c.Driver 2022-10-02 15:47:41 +02:00
Thomas Kohler 72b52f389d
add PCA9501 i2c driver 2022-10-02 14:55:45 +02:00
Thomas Kohler 28c08be4a8 introduce PCA9501 driver inspired by mcp23017_driver and example for digispark 2022-10-02 14:51:53 +02:00
Thomas Kohler 3d60ca7699
add generic i2c driver 2022-10-02 14:33:04 +02:00
Thomas Kohler ad59d23e2e introduce generic i2c.Driver with example for digispark
fix missing/wrong entries in README
stabilize test
2022-10-02 14:18:08 +02:00
Thomas Kohler 2c4e12b296
Merge pull request #833 from gen2thomas/feature/i2c_readblockdata
BUGFIX: i2c.Read*Data() for digispark, i2c.WriteBlockData() and FEATURE: i2c.ReadBlockData()
2022-10-01 17:42:47 +02:00
Thomas Kohler fc4894bd51 NEW: i2c.ReadBlockData(), BUGFIX: Read*Data() in digispark and some small other fixes 2022-10-01 17:33:02 +02:00