Commit Graph

  • 91539d9ef8 apa102: avoid creating garbage Ayke van Laethem 2020-05-22 15:35:02 +02:00
  • c3f3af5ffa Fix DrawFastHLine for ST77xx, SSD1331 and SSD1351 DrawFastHLine uses FillRectangle(x,y,width,height,c), so height must be 1 to draw a horizontal line Alexander Bloss 2020-05-06 21:23:15 +02:00
  • 41694085a1 Improve performance of ILI9341 on ATSAMD5X sago35 2020-04-27 22:09:03 +09:00
  • fd9b1ba89b Add SSD1351 OLED display driver (#146) Yannis Huber 2020-04-24 07:30:50 +02:00
  • 9f23761c5e Updates for v0.12.0 release v0.12.0 Ron Evans 2020-04-13 21:21:45 +02:00
  • 2ea620026b docs: rearrange list of drivers to be in alpha order Ron Evans 2020-04-12 16:34:44 +02:00
  • 04be2320b7 Added HC-SR04 ultrasonic distance sensor. (#143) Daniel Esteban 2020-04-12 16:29:46 +02:00
  • b1529dcf7a Low-level IO driver for serial flash memory via SPI and QSPI (#124) BCG 2020-04-11 11:59:58 -04:00
  • 1987f424ad mqtt: reduce use of goroutines in router to not start a new goroutine for each invocation of each callback Ron Evans 2020-04-07 01:19:58 +02:00
  • 6f213e97c3 Add driver for TMP102 low-power digital temperature sensor (#141) Yannis Huber 2020-04-03 13:11:46 +02:00
  • ebceed6014 AMG88xx thermal camera module Daniel Esteban 2020-03-04 17:20:44 +01:00
  • 08cc84ce48 Updates for version 0.11 release v0.11.0 Ron Evans 2020-03-07 09:16:59 -08:00
  • 0c7b6c0d3c docs: update readme to correct count of supported drivers Ron Evans 2020-03-07 09:16:08 -08:00
  • 8b11387d30 license: update year to 2020 Ron Evans 2020-03-07 09:11:30 -08:00
  • 41c6e3be0b shifter: simplify API surface for PyBadge (#137) Ron Evans 2020-03-06 06:29:30 +00:00
  • 583e80026a new API for shifter driver. this doesn't break existing code, but it might no longer work as expected Daniel Esteban 2020-03-01 12:06:16 +01:00
  • c7cbd7c6cd Shiftregister implementation (#135) Jean François CASSAN 2020-03-04 18:48:06 +01:00
  • 12ac4c2c06 mqtt: use buffered channels for incoming messages to handle bursts Ron Evans 2020-02-29 22:28:36 +01:00
  • 6380ad5ed5 semihosting: add example Ayke van Laethem 2020-02-21 14:19:46 +01:00
  • d61fe99ef1 fix typo on StartScanNetworks Daniel Esteban 2020-02-22 18:53:59 +01:00
  • 8c7eed8d38 some fixes on ili9341 driver Daniel Esteban 2020-02-23 19:52:22 +01:00
  • fbe36b62fd Adding scroll functionality for ili9341 (#121) BCG 2020-02-08 15:12:20 -05:00
  • 0519540d0c fix celsius symbol Daniel Esteban 2020-02-08 19:44:03 +01:00
  • 2034f92d11 README: Use degree sign instead of ordinal Jordan Christiansen 2020-02-06 11:38:51 -06:00
  • 850df0a25c release: update for version 0.10.0 v0.10.0 Ron Evans 2020-01-31 18:43:12 +01:00
  • 5f4806f0f9 ws2812: work-arounds to allow Digispark to control WS2812 LEDs Ron Evans 2020-01-28 17:53:50 +01:00
  • c8e62562b5 added scroll functionality to st7735 Daniel Esteban 2020-01-30 08:55:48 +01:00
  • 6842bdb424 docs: update README to include list of all 44 drivers Ron Evans 2020-01-28 19:27:24 +01:00
  • d43263f764 Adding driver for four-wire resistive touchscreen (#118) BCG 2020-01-28 12:55:31 -05:00
  • 6716bb6c0a ILI9341 TFT driver (#115) BCG 2020-01-07 14:11:46 -05:00
  • f4bccd1fed Added nrf52840 tag to ws2812 BCG 2020-01-06 00:41:15 -05:00
  • d5aa295b76 l9110x: add support for L9110x h-bridge motor driver Ron Evans 2020-01-03 10:31:35 +01:00
  • c6e8af3057 l293x: added support for h-bridge motor controller Ron Evans 2019-12-31 12:52:24 +01:00
  • 38076352eb wifinina: update docs and add Dockerfile to build firmware Ron Evans 2019-12-28 22:06:22 +01:00
  • 086415605e wifinina: update docs and info on how to install WiFiNINA driver Ron Evans 2019-12-26 16:34:35 +01:00
  • 1d0f04af6b Support for ADT7410 temperature sensor (#109) BCG 2019-12-26 07:53:06 -05:00
  • dc883d913d remove stxx defaults offsets Daniel Esteban 2019-12-24 17:19:04 +01:00
  • 3bb5b4519b docs: correct driver count in README Ron Evans 2019-12-23 17:32:07 +01:00
  • c12f78eb50 Release: v0.9.0 v0.9.0 Ron Evans 2019-12-23 17:09:00 +01:00
  • adb0c2c261 added generic 8bit shift register (#107) Daniel Esteban 2019-12-22 21:32:49 +01:00
  • 18f0722728 Dual stepper (#101) Daniel Esteban 2019-12-22 10:33:02 +01:00
  • e80a22d0ba Client driver for WiFiNINA firmware (#98) BCG 2019-12-22 04:25:10 -05:00
  • cc5ecafacf Decoupled net package from espat BCG 2019-12-15 11:50:21 -05:00
  • 7b56e61d52 ws2812: add support for simulation Ayke van Laethem 2019-12-14 16:59:18 +01:00
  • 514b436889 ws2812: fix "invalid symbol redefinition" error Ayke van Laethem 2019-08-10 20:59:55 +02:00
  • 7233452819 Added Feather M0 and Trinket M0 to build tags for WS2812 BCG 2019-12-12 00:09:20 -05:00
  • 7929aa10ea all: add md5sum to smoke tests Ayke van Laethem 2019-11-27 20:19:40 +01:00
  • 02084fd8a5 improvements in st7735/st7789 drivers Daniel Esteban 2019-12-08 16:05:35 +01:00
  • f822da51fe Add support for Cortex-M4 120MHz Jonathan Basseri 2019-12-04 00:38:38 -08:00
  • c62d7db35d Fix number in comment Jonathan Basseri 2019-12-03 23:52:06 -08:00
  • 93372474a2 release: prepare for v0.8.0 v0.8.0 Ron Evans 2019-11-26 20:40:16 +01:00
  • 7dcbfbecc6 espat: implement MQTT subscribe functionality via blocking select/channels. also refactor response processing for greater speed and efficiency. Ron Evans 2019-09-04 12:13:07 +02:00
  • 2e606b090a semihosting: initial implementation of ARM semihosting Ayke van Laethem 2019-10-30 14:09:40 +01:00
  • e0cdc931e7 mcp3008: add implementation for MCP3008 ADC with SPI interface Ron Evans 2019-10-29 12:31:41 +01:00
  • 130d9de03b Merge pull request #92 from tinygo-org/st7789-buffer-overflow Daniel Esteban 2019-10-28 12:30:44 +01:00
  • 2c2f1d3db4 st7789: fix index out of bounds error Ayke van Laethem 2019-10-28 12:23:56 +01:00
  • 2413eb86e0 release: update versions to 0.7.0 v0.7.0 Ron Evans 2019-10-17 13:18:24 +02:00
  • c7555a1469 espat: change all examples to use Arduino Nano33 IoT by default Ron Evans 2019-10-17 13:15:55 +02:00
  • 3fca96e0ef docs: complete missing GoDocs for main and sub-packages Ron Evans 2019-10-17 11:50:03 +02:00
  • c7981f72ec core: add Version string for support purposes Ron Evans 2019-10-16 22:09:53 +02:00
  • 5df157230f lis3dh: example uses I2C1 so requires config to specify pins since they are not default Ron Evans 2019-10-16 21:44:58 +02:00
  • bcb291992c ssd1331: make SPI TX faster Daniel Esteban 2019-10-11 18:13:12 +02:00
  • 7b710e3a48 Merge pull request #89 from tinygo-org/st7735-shrink-tx Daniel Esteban 2019-10-11 18:12:20 +02:00
  • dcfd9c066d st7735: make SPI Tx faster Ayke van Laethem 2019-10-10 20:35:50 +02:00
  • 955b3a56e8 veml6070: add Vishay UV light sensor cn 2019-09-18 19:26:41 +02:00
  • 21b8d953f4 Update for 0.6.0 release v0.6.0 Ron Evans 2019-09-09 12:48:57 +02:00
  • d1b917b835 Support software SPI for APA102 (Itsy Bitsy M0 on-board "Dotstar" LED as example) (#86) BCG 2019-09-09 06:31:17 -04:00
  • 2cd73e3204 release: update changelog for 0.5.0 v0.5.0 Ron Evans 2019-08-26 11:34:59 +02:00
  • 3ae5895183 Initial support for LSM6DS3 IMU (#83) Daniel Esteban 2019-08-26 08:56:48 +02:00
  • d80f619c9f ws2812: fix timings for the nrf51 Ayke van Laethem 2019-08-19 00:33:07 +02:00
  • c91888a099 ws2812: Add build tag for Arduino Nano33 IoT Brad Erickson 2019-08-13 20:31:35 -07:00
  • b4dbac3a67 release: update CHANGELOG for v0.4.0 release v0.4.0 Ron Evans 2019-08-07 15:44:00 +02:00
  • bf077c8249 SSD1331 TFT color display (#77) Daniel Esteban 2019-08-05 17:54:23 +02:00
  • 4867abcbba added driver for ST7789 TFT color display (#76) Daniel Esteban 2019-08-05 14:52:39 +02:00
  • 45922f6524 Driver ST7735 for TFT color displays (#72) Daniel Esteban 2019-08-03 11:13:15 +02:00
  • eb040dde9c Merge pull request #78 from conejoninja/typo Daniel Esteban 2019-08-02 19:57:51 +02:00
  • 04bfa6fa70 typo Daniel Esteban 2019-08-02 19:49:19 +02:00
  • 19c95259bc update prebuilt firmware with BLE support nano-iot-flasher Ayke van Laethem 2019-07-25 18:26:13 -07:00
  • fc5de82ae4 flash Ayke van Laethem 2019-07-24 15:53:21 -07:00
  • 8453611d1f espat: update README with how to install dependencies Ayke van Laethem 2019-07-24 15:38:54 -07:00
  • d64069a517 release: update CHANGELOG with 0.3.0 release info v0.3.0 Ron Evans 2019-07-16 12:14:05 -07:00
  • e4b80d8e0e espat: add firmware install info for Arduino Nano33 IoT NINA-W102 chip Ron Evans 2019-07-16 12:12:53 -07:00
  • 50633f3e86 espat: refactor net and tls interface compatible code into separate sub-packages Ron Evans 2019-07-03 13:27:19 +02:00
  • 7e78e2c998 espat: add built-in support for MQTT publish using the Paho library packets, alongside some modifications needed for the AT protocol. Ron Evans 2019-07-02 15:57:46 +02:00
  • 40d9287ac4 espat: add README with information on how to flash ESP32 or ESP8266 with AT command set firmware. Ron Evans 2019-06-26 11:23:38 +02:00
  • 59aece351a espat: change Response() method to use a passed-in timeout value instead of fixed pauses. Ron Evans 2019-06-26 09:13:29 +02:00
  • 1b81b992c2 espat: add DialTLS and Dial methods, update MQTT example to allow both MQTT and MQTTS connections Ron Evans 2019-06-25 13:25:56 +02:00
  • 506819c93c espat: update MQTT example for greater stability Ron Evans 2019-06-24 16:07:09 +02:00
  • 1d9e393948 espat: add example that uses MQTT publish to open server Ron Evans 2019-06-21 10:58:19 +02:00
  • 9c88d1fab4 espat: add ResolveUDPAddr and ResolveTCPAddr implementations using AT command for DNS lookup Ron Evans 2019-06-21 10:24:50 +02:00
  • a267fdb8ce espat: improve error handling for key TCP functions Ron Evans 2019-06-20 20:44:03 +02:00
  • 500f3d9813 espat: implement TCPConn using AT command set Ron Evans 2019-06-20 14:30:40 +02:00
  • fe58e9b762 espat: use only AT commands that work on both ESP8266 and ESP32 Ron Evans 2019-06-18 09:32:40 +02:00
  • d8675515bc epd2in13: added rotation Daniel Esteban 2019-06-30 16:07:12 +02:00
  • 28dbbe2e65 typo in package name of examples Daniel Esteban 2019-07-14 19:12:58 +02:00
  • 78fdaad9c0 mpu6050: properly scale the outputs of the accel/gyro Ayke van Laethem 2019-07-10 16:17:44 +02:00
  • cb49783f18 Error strings should not be capitalized (unless beginning with proper nouns or acronyms) or end with punctuation, since they are usually printed following other context. Daniel Esteban 2019-07-06 16:57:07 +02:00
  • 8534e67c83 buzzer: buzzer timbres sound better with more bass Ron Evans 2019-07-06 15:37:31 +02:00
  • 95755ebae7 buzzer: add simple buzzer implementation Ron Evans 2019-07-05 11:06:09 +02:00
  • f4583f5144 microphone: PDM MEMS microphone support using I2S interface Ron Evans 2019-05-06 19:37:54 +02:00