Steve Marple
Steve Marple
I said previously > You need to call Newwire.setRxBuffer(), Newwire.setTxBuffer(), and Newwire.begin() in > Arduino's setup() function, and nowhere else. See the ReadDS1307 example for the correct > usage of...
The library is [released under the GNU Lesser General Public License v2.1](https://github.com/stevemarple/MCP342x/blob/master/license.txt), so there is no liability and no warranty. In light of that I don't know what you mean...
I've not had chance to test this but the change to uint16_t\* does look correct. Why do you believe __pcmsk is incomplete?
I've applied the changes you suggested.
@deladriere With two hardware UARTs I've never had the need to use SoftwareSerial. What pins are you trying to use? If those pins are configured for other functionality that will...
Digital pin 10 is the slave select (/SS) for the SPI port. It's normally recommended that it is kept as an output; you're not using SPI so I'm not sure...
Is that in the `gpsHardwareReset()` function? The loop is intended to wait until the first valid mesage is received, so it seems no valid messages are being read. That could...
That does not look like valid code for the `MCP324x` library. Are you sure you have the right library? Please take a look at the examples. This library was written...
No response so closing this on the assumption that the reporter is referring to a different library.
I've not used the SdFat library - the changes to support it have been contributed from users. I cannot confirm that the examples will work with it (I hope they...