Commit Graph

21 Commits

Author SHA1 Message Date
morgan a242fa3b31 update for I2C 2016-06-30 20:09:11 -07:00
morgan a92b011492 updating squelch and cs options 2016-06-30 19:33:40 -07:00
morgan 5f363f1537 updating all examples for new library 2016-04-13 19:12:06 -07:00
morgan 3a209d8db4 updating files for HS09 2016-03-24 20:31:17 -07:00
morgan c107df93dd made certain library functions private to ensure they aren't improperly called from an arduino sketch 2015-12-15 14:43:57 -08:00
morgan 28f1ff016c switched to standard I2Cdev lib, changed reg 0x44 volume control to remove agc delay 2015-12-10 17:32:18 -08:00
morgan 807617de83 updated for HS05 2015-11-23 08:54:10 -08:00
Stephen Olesen 888cf9d9fd Merge remote-tracking branch 'upstream/au_updates' into afsk-au-update 2015-07-09 14:58:58 -06:00
morgan 8ec69c31b9 adapted library for au registers 2015-07-09 08:29:50 -07:00
Stephen Olesen c708b3703a Merge remote-tracking branch 'upstream/master' into afsk 2015-07-03 23:54:34 -06:00
Nigel VH 1257cb0b4b Merge pull request #3 from slepp/morse-clean
Clean (no whitespace changes) of the Morse table changes.
2015-07-03 22:51:54 -07:00
Stephen Olesen 5fd0fdf154 Merge branch 'master' into afsk 2015-07-02 21:32:54 -06:00
Stephen Olesen 1aa7f7d224 Merge remote-tracking branch 'upstream/master' 2015-07-02 21:32:24 -06:00
morgan 0bfd349b64 updated setRfPower function. It now sets the PADRV bits on the AU1846 2015-07-02 14:15:34 -07:00
Stephen Olesen d2dc9adbc0 Remove ISR from HamShield, add DDS header. 2015-07-01 20:47:56 -06:00
Stephen Olesen 9b2987de08 Initial import of the main code from https://github.com/slepp/AX25
Partially functional, but no accuracy tests complete yet.
2015-06-30 19:22:46 -06:00
Stephen Olesen 6a5815d9b5 Move singleton to the initializer to be used by more things later. Made public. 2015-06-30 16:37:55 -06:00
Stephen Olesen 1c7dbfc4b6 Correct the return time on morseLookup to be more obvious it's binary. 2015-06-30 15:17:07 -06:00
Stephen Olesen 8fb40c3716 Static method declarations for ISR handlers and singleton object. 2015-06-30 14:34:32 -06:00
Nigel Vander Houwen 81afcd7353 Added RSSI parameter to waitForChannel to allow setting what should be defined as a clear channel. Updated FM Beacon example to use the settable parameter and print what the measured RSSI was in case of failure. 2015-06-20 15:22:33 -07:00
Nigel Vander Houwen 86902d4ffc Moved some library files around. 2015-06-20 13:53:56 -07:00