Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jun 20:02
· 20 commits to master since this release

BaremetalPi v0.1.1

Diff since v0.1.0

  • The transfers using SPI do not allocate anymore if the in-place version spi_transfer! is used, and if the number of messages is lower than BaremetalPi._SPI_BUFFER_SIZE. This constant is currently set to 16.
  • The transfers using I2C (read and write) do not allocate anymore if the in-place version of the functions are used (i2c_smbus_*!).