Skip to content

Releases: adafruit/Adafruit_Blinka

Add second SPI port names

22 Aug 15:38
96a325a
Compare
Choose a tag to compare
Merge pull request #29 from ladyada/master

add support for second SPI - tested!

Add write_then_readinto function for linux

19 Aug 20:02
b0a7115
Compare
Choose a tag to compare

Linux requires a single IOCTL for repeated start i2c calls, we now support it using writeto_then_readfrom()
Also an SPI bugfix

Update to SPI

17 Aug 15:36
1df0d52
Compare
Choose a tag to compare

Allows for MOSI and MISO to be none.

I2C and SPI fixes to bring more in line with busio

13 Aug 14:23
718851c
Compare
Choose a tag to compare

Updates to politely cope with strings of bytes and add start/end.

SPI write_readinto

25 Jul 16:01
c3be159
Compare
Choose a tag to compare
SPI write_readinto Pre-release
Pre-release

SPI hardware write_readinto working. Tested on MCP3008.

Fix for unsupported boards

02 Jul 23:33
998befb
Compare
Choose a tag to compare
Pre-release

Fixes invalid machine import on Travis.

Initial hardware SPI support

30 Jun 21:19
a9dce26
Compare
Choose a tag to compare
Pre-release

SPI hardware write/readinto working - tested with BME280

Add missing Raspi GPIO pins

30 Jun 19:48
d43a748
Compare
Choose a tag to compare
Pre-release

All GPIO should be there in board now!

Now includes all packages in pypi package

30 Jun 01:18
a8264df
Compare
Choose a tag to compare

We were missing the raspi version before.

Include micropython module

29 Jun 20:59
e419805
Compare
Choose a tag to compare
Pre-release

Also package the micropython module because it includes the const function used in drivers.