Erik Backlund
|
5e12460a55
|
Add support for Heltec CubeCell modules with ASR6502
|
2022-01-22 18:14:58 +01:00 |
Limor "Ladyada" Fried
|
a740ebdbea
|
Merge pull request #78 from solhuebner/solhuebner-ESP-IDF
Enable Adafruit_BusIO as ESP-IDF component support
|
2022-01-20 19:54:42 -05:00 |
Sol Huebner
|
b830b3c3d7
|
Enable Adafruit_BusIO as ESP-IDF component support
Enables Adafruit_BusIO as ESP-IDF component support (with Arduino as component)
|
2022-01-16 01:27:10 +01:00 |
Eva Herrada
|
69b929d400
|
1.10.1
|
2022-01-12 18:06:19 -05:00 |
Limor "Ladyada" Fried
|
edd38996a1
|
Merge pull request #76 from monroewilliams/master
Faster hardware SPI writes on ESP32
|
2022-01-12 13:47:24 -05:00 |
Monroe Williams
|
3bdfee4ab8
|
In the Adafruit_SPIDevice class, when running on ESP32 in the hardware SPI case, use the SPIClass::transferBytes() method when writing instead of looping over individual bytes.
This makes use of the hardware fifo buffers and is noticeably faster.
|
2022-01-12 00:33:47 -08:00 |
Eva Herrada
|
ea1e1a833c
|
Bump to 1.10.0
|
2022-01-03 16:44:03 -05:00 |
Limor "Ladyada" Fried
|
33ff0c4bbc
|
Merge pull request #75 from eringerli/master
added write_and_read()
|
2021-12-31 13:27:33 -05:00 |
Christian Riggenbach
|
c43e0ae83e
|
added write_and_read()
This method adds a wrapper for transfer() with CS-pin and
transaction management
|
2021-12-31 11:32:36 +01:00 |
Eva Herrada
|
9c5fcb76d6
|
Bump to 1.9.9
|
2021-12-20 22:58:00 -05:00 |
Carter Nelson
|
649bc9f93c
|
Merge pull request #73 from slaff/fix/spelling
Fixed small spelling mistakes.
|
2021-12-10 08:38:25 -08:00 |
Slavey Karadzhov
|
570d172764
|
Fixed small spelling mistakes.
|
2021-12-10 10:12:37 +01:00 |
Ha Thach
|
bbd2fd63af
|
increase version to 1.9.8
|
2021-11-26 13:55:14 +07:00 |
Ha Thach
|
690da23a8d
|
Merge pull request #70 from adafruit/fix-32u
Fix 32u with Wire end()
|
2021-11-26 13:53:59 +07:00 |
hathach
|
44618da5a6
|
temporarily skip end() for esp32 arch
|
2021-11-26 13:28:12 +07:00 |
hathach
|
389f4cd417
|
clang
|
2021-11-26 12:44:53 +07:00 |
hathach
|
8b26deb581
|
fix 32u4 which is avr core without WIRE_HAS_END
|
2021-11-26 11:37:29 +07:00 |
hathach
|
7b97d0de31
|
add feather32u4 to ci build
|
2021-11-26 10:01:51 +07:00 |
Ha Thach
|
9b8e3d5aed
|
increase version to 1.9.7
|
2021-11-24 23:08:15 +07:00 |
Ha Thach
|
e5c99032f5
|
Merge pull request #68 from adafruit/add-end
add end() to de-init i2c peripheral
|
2021-11-24 22:58:07 +07:00 |
hathach
|
5d6fa8dfaf
|
fix doxygen
|
2021-11-24 18:05:49 +07:00 |
hathach
|
6804a451b3
|
skip wire end() for ESP8266
|
2021-11-24 17:55:52 +07:00 |
hathach
|
a2befb15de
|
add end() to de-init i2c peripheral
|
2021-11-24 14:10:05 +07:00 |
lady ada
|
8b0ccda6bd
|
ckag
|
2021-11-20 01:09:02 -05:00 |
lady ada
|
02ca544bf8
|
one more
|
2021-11-20 00:58:11 -05:00 |
lady ada
|
2953071b1e
|
bump
|
2021-11-20 00:56:45 -05:00 |
lady ada
|
3feb7f9690
|
add more arduinoh
|
2021-11-20 00:56:35 -05:00 |
Paint Your Dragon
|
170ff5f726
|
Bump version for posterity
Changes are cosmetic, not functional. Clarify the hierarchy of #includes among various files.
|
2021-11-19 12:12:29 -08:00 |
Phillip Burgess
|
cc1fd93f02
|
No functional change, cleaning up shotgun-style #includes
|
2021-11-19 12:00:35 -08:00 |
Paint Your Dragon
|
767a0664c8
|
Bump to 1.9.4 for Zero TwoWire changes
|
2021-11-17 14:05:44 -08:00 |
lady ada
|
bdc5780099
|
klnax
|
2021-11-17 14:42:18 -05:00 |
lady ada
|
9a525b2ba3
|
try carter's fix1
|
2021-11-17 14:22:19 -05:00 |
lady ada
|
106018df52
|
oof
|
2021-11-17 14:02:01 -05:00 |
lady ada
|
76bcd63f18
|
try to change namespace?
|
2021-11-17 13:46:59 -05:00 |
lady ada
|
86cb7eefc8
|
Merge branch 'master' of github.com:adafruit/Adafruit_BusIO
|
2021-09-29 13:13:06 -04:00 |
Carter Nelson
|
da6809b582
|
Merge pull request #67 from caternuson/bus_conditionals
Fix SPI preproc guards
|
2021-09-28 15:24:13 -07:00 |
caternuson
|
4ccef6ae19
|
revert register logic
|
2021-09-28 15:11:01 -07:00 |
caternuson
|
6ffc223ad3
|
clang
|
2021-09-28 14:41:43 -07:00 |
caternuson
|
c6965bd471
|
selectively remove spi
|
2021-09-28 14:31:23 -07:00 |
caternuson
|
a819f24d00
|
fix spi preproc guards
|
2021-09-28 12:15:40 -07:00 |
Carter Nelson
|
cb21cf5979
|
Merge pull request #65 from caternuson/busio_better_chunk
Update chunk
|
2021-09-27 12:15:59 -07:00 |
caternuson
|
418887036b
|
add parens
|
2021-09-27 12:04:14 -07:00 |
caternuson
|
398210be46
|
update chunk
|
2021-09-27 11:26:21 -07:00 |
ladyada
|
b6c594e549
|
Merge branch 'master' of github.com:adafruit/Adafruit_BusIO
|
2021-08-24 17:15:49 -04:00 |
ladyada
|
9dbed68a15
|
add som taaaaaaaaaabs
|
2021-08-24 17:15:45 -04:00 |
Carter Nelson
|
b903c7e015
|
Update library.properties
|
2021-08-22 11:06:27 -07:00 |
Carter Nelson
|
c5a6884d44
|
Merge pull request #62 from caternuson/iss61
Fix chunks
|
2021-08-22 11:06:06 -07:00 |
caternuson
|
134eabfedf
|
fix chunk
|
2021-08-21 12:49:24 -07:00 |
Carter Nelson
|
34f7392493
|
Merge pull request #59 from caternuson/iss58_chunk
Chunkify I2C
|
2021-08-11 08:12:47 -07:00 |
caternuson
|
96b1b42ec5
|
chunkify i2c
|
2021-08-10 15:19:04 -07:00 |