Skip to content

Renamed function spi_transfer to spi_transfer_SW, and added... - #8

Open
kuzfix wants to merge 1 commit into
kehribar:masterfrom
kuzfix:HWspi
Open

Renamed function spi_transfer to spi_transfer_SW, and added...#8
kuzfix wants to merge 1 commit into
kehribar:masterfrom
kuzfix:HWspi

Conversation

@kuzfix

@kuzfix kuzfix commented Dec 7, 2019

Copy link
Copy Markdown

function spi_transfer to radioPinFunctions.c, where it can either call the spi_transfer_SW function (fallback to bit-banging) or implement it's own version of SPI transfer, preferably using the built-in SPI module.

Also added a bunch of macros to the radioPinFunctions.c in all the examples to ease migration to different hardware within the ATmega/ATtiny family of uCs.

…fer to radioPinFunctions.c, where it can either call the spi_transfer_SW function (fallback to bit-banging) or implement it's own version of SPI transfer, preferably using the built-in SPI module.

Also added a bunch of macros to the radioPinFunctions.c to ease migration to different hardware within the ATmega/ATtiny family of uCs.
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.

1 participant