Commit Graph
295 Commits
Author SHA1 Message Date
PaulandGitHub 63194e7801 Merge pull request #64 from sparkfun/release_candidate
v2.0.15 - corrects #63
2021-08-29 09:23:17 +01:00
PaulZC 5ccdf26a7f v2.0.15 - corrects #63 2021-08-29 09:22:50 +01:00
PaulandGitHub 006dcb414f Merge pull request #62 from sparkfun/release_candidate
v2.0.14 - correct #61 - thank you @Valrakk
2021-08-27 09:19:23 +01:00
PaulZC 1aef0bba42 v2.0.14 - correct #61 - thank you @Valrakk 2021-08-27 09:18:45 +01:00
PaulandGitHub 9f301c815a Merge pull request #60 from sparkfun/release_candidate
v2.0.13
2021-08-25 10:07:36 +01:00
PaulZC 7d23fedb62 v2.0.13 2021-08-25 10:06:34 +01:00
PaulandGitHub 3777767fdf Merge pull request #58 from sparkfun/setESFAutoAlignment
Add support for Auto IMU alignment
2021-08-25 09:53:37 +01:00
PaulZC 70868e19b0 Add keys as txt files. Add three missing CFG TP keys. 2021-08-25 09:41:03 +01:00
PaulZC 9b62f307be Add keys for the ZED-F9T 2021-08-24 14:48:50 +01:00
PaulZC 3bb7e300f3 Add keys for the ZED-F9R (HPS1.20) 2021-08-24 13:36:17 +01:00
Nathan Seidle ff90a03b9f Add support for Auto IMU alignment 2021-08-23 11:10:23 -06:00
PaulandGitHub c3bb47c814 Merge pull request #57 from sparkfun/release_candidate
v2.0.12
2021-08-10 13:01:28 +01:00
PaulZC ff75d2a8ac Merge branch 'main' into release_candidate 2021-08-10 12:58:26 +01:00
PaulZC 2f6a085449 v2.0.12 2021-08-10 12:55:58 +01:00
PaulZC cad5529aa5 i2cPollingWait improvements 2021-08-10 12:21:13 +01:00
PaulZC 5039e51315 Merge branch 'main' into release_candidate 2021-08-09 09:41:31 +01:00
PaulandGitHub 99f261a6f4 Merge pull request #56 from sparkfun/release_candidate
v2.0.11
2021-08-09 09:36:55 +01:00
PaulZC 47288e4524 v2.0.11 2021-08-09 09:35:40 +01:00
PaulZC b131835b22 Replace delete[] with delete - see #53 2021-08-09 09:29:47 +01:00
PaulandGitHub f1f7a7f450 Merge pull request #55 from sparkfun/release_candidate
v2.0.10
2021-08-07 10:29:16 +01:00
PaulZC 3927a9f6a3 v2.0.10 2021-08-07 10:27:37 +01:00
PaulZC 4f1216ebf2 Update examples 20 and 21 to show how to use setPacketCfgPayloadSize with custom packets 2021-08-07 10:02:59 +01:00
PaulandGitHub 46c1855726 Merge pull request #51 from sparkfun/release_candidate
v2.0.9 - add SFE_UBLOX_REDUCED_PROG_MEM
2021-07-09 11:22:53 +01:00
PaulZC ec673d4a03 v2.0.9 - add SFE_UBLOX_REDUCED_PROG_MEM 2021-07-09 11:20:37 +01:00
PaulandGitHub 64ba65029c Merge pull request #49 from sparkfun/release_candidate
v2.0.8
2021-07-01 13:14:35 +01:00
PaulZC e3d9bc3c40 v2.0.8 - add SPI support 2021-07-01 13:12:46 +01:00
PaulZC aa8987e714 Remove note to future self! 2021-06-30 19:20:39 +01:00
PaulZC 79f44129d0 Add spiPollingWait and setSPIpollingWait. Change delayMicroseconds(500) to delay(1) 2021-06-30 19:13:45 +01:00
PaulZC c1db2f5745 Change _spiSpeed to uint32_t 2021-06-30 16:28:17 +01:00
PaulZC bf7b29199d Ensure NMEA messages are enabled in Examples 1 and 2 2021-06-29 17:13:05 +01:00
PaulZC 794966bc9c Remove !!! from examples 18 and 19 (!!! can cause avrdude to crash!) 2021-06-29 15:35:08 +01:00
PaulZC 4381497e68 Create SPI Example2 Auto PVT 2021-06-29 08:28:24 +01:00
PaulZC 28c71ae49c Change maxNMEAByteCount to 88. Add set/getMaxNMEAByteCount 2021-06-29 06:40:57 +01:00
PaulZC 81003bf371 Change COPI data from 0x0A to 0xFF during 'read' transactions 2021-06-28 17:24:16 +01:00
PaulZC e4dbf7ae3a Move SPI example into its own folder. Make it generic so it will run on ATmega328 2021-06-28 14:37:17 +01:00
PaulZC e280f22005 Add note to future self 2021-06-28 12:04:05 +01:00
PaulZC faaf6d002e Add return(false) for pushRawData when using SPI 2021-06-28 11:54:59 +01:00
PaulZC 8f93c6a897 Only change spiTransactionSize if spiBuffer is NULL 2021-06-28 11:53:07 +01:00
PaulZC da1cfc563e Add note to future self 2021-06-28 11:41:49 +01:00
PaulZC 402eca64ce Add SPI to pushRawData (not currently supported) 2021-06-28 11:34:56 +01:00
PaulZC 1ce0be8946 Update SPI command debug prints 2021-06-28 11:31:20 +01:00
PaulZC 2c35e729e7 Move SPI buffer new (memory allocation) to before isConnected 2021-06-28 10:59:57 +01:00
PaulZC 1e479b9ad3 Move SPI buffer new (memory allocation) into begin 2021-06-28 10:44:02 +01:00
PaulZC 1d8a635dd2 Tidy up SPI begin 2021-06-28 10:23:44 +01:00
PaulZC 6ed769f288 Change printf's to prints (ATmega328 does not support printf) 2021-06-28 10:20:38 +01:00
PaulandGitHub f7ac5175a7 Merge pull request #46 from aberridg/add-esp32-spi-example
Add ESP32 SPI example - thank you @aberridg
2021-06-27 21:32:31 +01:00
Andrew Berridge 30e7dea644 Comment update 2021-06-27 21:09:33 +01:00
Andrew Berridge b3929ff9eb Initial commit 2021-06-27 21:05:28 +01:00
PaulandGitHub 51012463cc Merge pull request #41 from UT2UH/TResolved
getTimeFullyResolved helper added - thank you @UT2UH
2021-06-27 16:48:41 +01:00
PaulandGitHub 34627a5d15 Merge pull request #43 from aberridg/add-spi-aberridg
Add support for SPI communication - thank you @aberridg !
2021-06-27 16:39:24 +01:00