Commit Graph

33 Commits

Author SHA1 Message Date
CVR 05fe5d53f4 Add send_str 2021-10-13 10:55:53 +13:00
CVR 56705b840b Add wake pin to mega32 2021-09-17 17:25:32 +12:00
CVR 56e9a87b25 Add debug info 2021-09-13 14:01:12 +12:00
CVR 4f341661e3 Update submodule 2021-09-13 14:00:49 +12:00
CVR 9fd1c1a163 Add fuse and lock commands 2021-09-13 14:00:28 +12:00
CVR 479d07c63f Remove usart files 2021-09-13 11:04:53 +12:00
CVR e23c008cc2 Add usart lib 2021-09-13 11:04:30 +12:00
CVR 1f41c5d920 Update usart dir 2021-09-13 11:02:29 +12:00
CVR fc7211c4a1 Update usart dir 2021-09-13 11:01:14 +12:00
CVR 56c244883b Add usart lib 2021-09-09 12:27:24 +12:00
CVR 7e5acdd896 Add usart lib 2021-09-09 12:27:09 +12:00
Jimmy 352b49ef29 Stuff 2021-08-29 21:56:16 +12:00
Jimmy 744db56269 Stuff 2021-08-29 21:55:53 +12:00
Karl Palsson 445ae63ed6 Merge pull request #1 from pkarc/master
Nice Work!

New features of this merge:
* Simpler use, more internals hidden from view
* Support for MRF24J40MB modules with power amp
* Optional support for (broken?) devices with extra FCS bytes (MRF module listening to a series 1 xbee for instance)
2011-12-17 14:38:11 -08:00
Pkarc 1a92fdfc8e Added some config/init time options 2011-12-17 14:44:18 -05:00
Pkarc fe59becbba Added some config/init time options 2011-12-17 14:42:19 -05:00
Pkarc d154274100 Added some config/init time options 2011-12-17 14:38:21 -05:00
Pkarc 22973b801b Added some config/init time options. 2011-12-17 14:23:38 -05:00
Pkarc e5957bc117 Added some config/init time options. 2011-12-17 14:23:12 -05:00
Pkarc 693b3bfed3 Implements "much easier to use" as KarlP said in his blog, and some functions to get only the relatively "important data bytes 2011-12-17 01:34:31 -05:00
Pkarc ecf1342ec8 Implements "much easier to use" as KarlP said in his blog, and some functions to get only the relatively "important data bytes 2011-12-17 01:33:54 -05:00
Pkarc b60c20a61d Implements "much easier to use" as KarlP said in his blog, and some functions to get only the relatively "important data bytes 2011-12-17 01:33:24 -05:00
Pkarc 45fe536979 Implements "much easier to use" as KarlP said in his blog, and some functions to get only the relatively "important data bytes 2011-12-17 01:31:52 -05:00
Pkarc fac2f3f530 Implements "much easier to use" as KarlP said in his blog, and some functions to get only the relatively "important data bytes 2011-12-17 01:31:12 -05:00
Karl Palsson effe217111 Add more wrapper functions to hide more of the raw register accesses 2011-03-13 19:49:07 +00:00
Karl Palsson cb92166dcd Add an rx only example 2011-03-13 19:28:44 +00:00
Karl Palsson 5baab2e02c Add example TX only code 2011-03-13 19:24:16 +00:00
Karl Palsson d4ac9cc95a Fix compile error. (insufficient testing!) 2011-03-13 19:23:55 +00:00
Karl Palsson b3e7c52fa1 Put the promiscuous mode setting in setup(), not loop() 2011-03-13 18:37:35 +00:00
Karl Palsson fd58b93767 Now that we're in cpp land, remove the mrf_ prefixes from all methods.
Also, add a proper set_channel method, and a method for promiscuous mode.
2011-03-13 18:35:18 +00:00
Karl Palsson 0a2c207146 Add a simple readme 2011-03-13 17:59:32 +00:00
Karl Palsson 6c1aac9d08 Add an example to the library 2011-03-13 17:54:25 +00:00
Karl Palsson 19edd271b9 Initial basic version of my arduino mrf24j40 library 2011-03-13 17:33:58 +00:00