Skip to content

Conversation

Wenn0101
Copy link
Contributor

@Wenn0101 Wenn0101 commented Dec 9, 2021

Changelog:
-add a default Wire for artemis module
-fix low rx causing hangs
-update arduino api to v1.2
-revert i2c change that was causing transfer errors at 100khz
-add SPI_HAS_TRANSACTION define
-add second WIRE for the Explorable
-add platform.json for platformio
-(remove additional targets from attached mbed core)

Lauszus and others added 20 commits August 15, 2021 23:25
…the API is available

See: https://github.com/arduino/ArduinoCore-avr/blob/24e6edd475c287cdafee0a4db2eb98927ce3cf58/libraries/SPI/src/SPI.h#L19-L21

Fx this is used by the USB Host Shield 2.0 library: felis/USB_Host_Shield_2.0#654

Note that I did not add the SPI_HAS_NOTUSINGINTERRUPT define, as "usingInterrupt" and "notUsingInterrupt" are empty and should really be removed or implemented
Added missing SPI_HAS_TRANSACTION define, so libraries can tell that …
…aders, change return type of Wire requestFrom from uint8_t to size_t
Update dev with latest main branch
Add platformio package.json file
@Wenn0101 Wenn0101 merged commit 771ce8f into main Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants