bug fix: SS was not declared in the spi_write_and_read(.. function

History

Bugfix - SS is undeclared in the spi_write_and_read function default tip

2019-09-02, by ssmith73 [Mon, 02 Sep 2019 11:42:58 +0000] rev 7

Bugfix - SS is undeclared in the spi_write_and_read function


Added array to allow for different CS pins to be configured by application

2019-08-30, by ssmith73 [Fri, 30 Aug 2019 15:47:06 +0000] rev 6

Added array to allow for different CS pins to be configured by application


Removed unused rxData variable

2019-08-27, by ssmith73 [Tue, 27 Aug 2019 09:38:19 +0000] rev 5

Removed unused rxData variable


Function Modified: spi_write_and_read(); Changed: volatile uint8_t rxData[3] -> volatile uint8_t rxData; Note: Changed static length array to fix bounded memory in receive buffer

2019-08-26, by MitchAD [Mon, 26 Aug 2019 21:27:32 +0000] rev 4

Function Modified: spi_write_and_read(); Changed: volatile uint8_t rxData[3] -> volatile uint8_t rxData; Note: Changed static length array to fix bounded memory in receive buffer


Function Modified: spi_write_and_read(); Changed: volatile uint8_t rxData[3] -> volatile uint8_t rxData; Note: Changed static length array to fix bounded memory in receive buffer

2019-08-22, by MitchAD [Thu, 22 Aug 2019 17:40:32 +0000] rev 3

Function Modified: spi_write_and_read(); Changed: volatile uint8_t rxData[3] -> volatile uint8_t rxData; Note: Changed static length array to fix bounded memory in receive buffer


Added check for I2C ACK and returned FAILURE if part does not ACK

2019-07-11, by ssmith73 [Thu, 11 Jul 2019 20:21:11 +0000] rev 2

Added check for I2C ACK and returned FAILURE if part does not ACK


Initial Commit

2019-06-13, by ssmith73 [Thu, 13 Jun 2019 15:29:24 +0000] rev 1

Initial Commit


Repository Created.

2019-06-12, by malavikasaji [Wed, 12 Jun 2019 19:41:11 +0000] rev 0

Repository Created.