Commit Graph

90 Commits

Author SHA1 Message Date
interfisch 5f0009c3b3 move files to work with platformio 2022-07-14 18:06:38 +02:00
Jason Becht 49f22eae21 Update examples/led_remote/led_remote.pde
Line 172 was using button_pins instead of led_pins.  This caused leds to be lit dim when set to HIGH.  Changed to correct var.
2013-02-06 18:43:42 -06:00
maniacbug 84e464def4 latest jamfiles 2012-06-23 19:46:42 -07:00
maniacbug f6e59b9de8 Remove prog_char, for compliance with gcc 4.6.1 2012-01-17 22:05:11 -08:00
maniacbug 99df87cba9 Merge branch 'master' of github.com:maniacbug/RF24 2012-01-15 22:18:16 -08:00
maniacbug c2e9564678 Use latest Jamfile 2012-01-15 22:06:27 -08:00
maniacbug e31f8c8211 Update docs and comments for new nordic fob blog post 2012-01-08 08:30:01 -08:00
maniacbug cb6613d62f Really...Pins 9 & 10 this time. I mean it\! 2012-01-04 21:23:15 -08:00
maniacbug 33e59af725 Fix Jamfile for proper ordering of libraries 2012-01-04 21:21:02 -08:00
maniacbug d1653e8cad nordic_fob example fully working. 2012-01-04 21:00:15 -08:00
maniacbug 36167a9e02 New 'nordic_fob' example started, based on pingpair 2012-01-04 20:11:28 -08:00
maniacbug 76f79e62ed Fix bug in pingpair Jamfile 2011-12-24 10:09:46 -08:00
maniacbug 07a4bcf425 Use latest copyright 2011-12-24 10:07:16 -08:00
maniacbug de994ba5ef Correct the comment for pin #'s 2011-12-20 15:45:50 -08:00
maniacbug c1f71ebcb7 Correct the comment for pin #'s 2011-12-20 15:45:25 -08:00
maniacbug 0f9b172697 Correct the comment for pin #'s 2011-12-20 15:44:55 -08:00
maniacbug 6a7c42bdeb Correct the comment for pin #'s 2011-12-20 15:38:56 -08:00
maniacbug 332fd03192 Correct the comment for pin #'s 2011-12-20 15:33:40 -08:00
maniacbug 6d25fbebfd Correct the comment for pin #'s 2011-12-20 15:33:17 -08:00
maniacbug a70da53c22 Correct the comment for pin #'s 2011-12-20 15:32:45 -08:00
maniacbug 8493b9a60e Correct the comment for pin #'s 2011-12-20 15:32:21 -08:00
maniacbug 26ea4583cd Added #error to printf for examples that require Arduino 2011-12-18 10:56:12 -08:00
maniacbug 19fa3954c0 Added new jamfile to this example 2011-12-18 10:54:47 -08:00
maniacbug 840ad1cd3d Clean up pin assignments 2011-12-14 18:35:08 -08:00
maniacbug a6bf911f5a Added example for Maple 2011-12-10 15:54:11 -08:00
maniacbug 9f806a5b00 Move default pins over to Getting Started defaults 2011-11-28 21:24:37 -08:00
maniacbug 5726c1622a Fixed bug in scanner display, thanks to David Bath. Also upgraded to latest Jam toolchain and moved pins over to the new GettingStarted defaults. 2011-11-28 21:23:38 -08:00
maniacbug d4371639e6 Added new example to documentation 2011-11-02 21:54:30 -07:00
maniacbug 3a2d94b698 Added new example to go along with Getting Started tutorial blog post. 2011-11-02 21:46:49 -07:00
maniacbug d92ac14f86 Compatibility with Arduino 1.0 2011-11-02 21:28:28 -07:00
maniacbug dceef7b45e Added more information about whether the write was successful. 2011-09-12 19:13:07 -07:00
maniacbug 5344c5fe8c CHanged default data rate to 1MBps and default channel to 100 for better performance 2011-08-04 20:46:30 -07:00
maniacbug 7b401d7281 Improve pingpair timing. Should lead to less timeouts. 2011-08-01 21:05:54 -07:00
maniacbug 42bf3e8cd2 Purge 'boolean' type, use 'bool' instead 2011-07-10 08:22:30 -07:00
maniacbug 774f53d6c5 Reduce example payload size. Does this help reliability? 2011-07-10 08:18:37 -07:00
maniacbug 63eb62ebc3 Implement dynamic payloads, with an example 2011-07-10 08:00:58 -07:00
maniacbug 98fbd44111 Adding new example pingpair_dyn for dynamic payloads 2011-07-10 07:12:58 -07:00
maniacbug d5a3e79c66 astyle -A1 -s2 2011-07-08 22:15:37 -07:00
maniacbug 062d83346b Now both roles use the IRQ. Thanks to Mike Denzien for testing & troubleshooting. 2011-07-08 22:10:19 -07:00
maniacbug 854956687f Simplified printing, ok to do just from the irq handler 2011-07-06 21:00:45 -07:00
maniacbug d3fff68a7c Created a non-blocking write and an example for how to use it. 2011-07-06 20:49:59 -07:00
maniacbug bb37e88094 Initial checking of new pingpair_irq example. Right now this is just the pingpair example but renamed. 2011-07-06 19:59:06 -07:00
maniacbug c5823c2605 Made timeouts more explicit in write() 2011-06-29 21:38:17 -07:00
maniacbug a22906f961 Added setRetries() 2011-06-28 06:44:41 -07:00
maniacbug 86798b65e4 Purge useless gitignores 2011-06-27 21:25:44 -07:00
maniacbug 549d4054fb Deleted starping relay. Superseded by RF24Network. 2011-06-27 21:24:17 -07:00
maniacbug e7c30f265f Moved completely over to jam. bye bye make\! 2011-06-27 21:23:27 -07:00
maniacbug fea8c0e82f Move examples to 57600 baud 2011-06-27 21:06:08 -07:00
maniacbug 8d5f020c78 Added Jamfile for led_remote 2011-06-25 21:23:25 -07:00
maniacbug 14dcc343dc Fixed unused parameter warning 2011-06-25 21:22:20 -07:00