An open API service indexing awesome lists of open source software.

https://github.com/red-scorp/softspib

Software SPI class for Arduino with support of not 8-bit aligned transfers
https://github.com/red-scorp/softspib

fork hobby hobby-project library softspi softspib spi

Last synced: about 1 year ago
JSON representation

Software SPI class for Arduino with support of not 8-bit aligned transfers

Awesome Lists containing this project

README

          

# SoftSPIB
[![Compile Examples](https://github.com/red-scorp/SoftSPIB/workflows/Compile%20Examples/badge.svg)](https://github.com/red-scorp/SoftSPIB/actions?workflow=Compile+Examples)

Software SPI (Bit) class for Arduino with support of not 8-bit aligned transfers.

## Reason

Some HW components use non 8-bit aligned transfers to work properly.
Unfortunately Arduino HW SPI library do not support this kind of data transfer.
Though, we have to enable it.

## Examples
- Loopback is an example of 12-bit data transfer.

## Author

Maintener: [Andriy Golovnya](http://github.com/red-scorp/).
Based on code of [Majenko Technologies](http://github.com/MajenkoLibraries/SoftSPI).

## How to help

Your contributions as code, resources or finances are welcome!
Please contact me directly over e-mail andriy.golovnya@gmail.com or over [GitHub profile](https://github.com/red-scorp).
Link for [Paypal donations](http://paypal.me/redscorp) and [Ko-Fi donations](http://ko-fi.com/redscorp), which are always welcome.
Thanks in advance!