2c97186329Fix bug introduced in the move to PROGMEM. Props to @basilrx for finding this. Also added a test case to demonstrate the bug, and guard against more like it in the future.
maniacbug
2012-02-26 19:53:08 -0800
f6e59b9de8Remove prog_char, for compliance with gcc 4.6.1
maniacbug
2012-01-17 22:05:11 -0800
205d4b5cc1Tune timing and upload rate of tests
maniacbug
2012-01-17 22:04:20 -0800
94635e8cc5runtests now hups between each test instead of uploading
maniacbug
2012-01-15 23:35:07 -0800
c6262edbceFAQ- How much RAM??
maniacbug
2012-01-15 22:23:10 -0800
99df87cba9Merge branch 'master' of github.com:maniacbug/RF24
maniacbug
2012-01-15 22:18:16 -0800
dc48235343Refactor pingpair_test to remove all serial io from within the irq handler, as necessitated by Arduino 1.0
maniacbug
2012-01-15 22:15:45 -0800
dec61af85fpingpair_blocking test now uses expect and runs on linux
maniacbug
2012-01-15 22:07:13 -0800
fc06760736Documentation update. 1.0 fully supported, Maple works, more examples, links and pictures for proejcts
maniacbug
2011-12-21 10:17:16 -0800
238e9d27b6Merge branch 'master' of github.com:maniacbug/RF24
maniacbug
2011-12-21 08:33:01 -0800
5cb32c92ccHandle SPI.h better in Maple
maniacbug
2011-12-21 08:32:57 -0800
de994ba5efCorrect the comment for pin #'s
maniacbug
2011-12-20 15:45:50 -0800
c1f71ebcb7Correct the comment for pin #'s
maniacbug
2011-12-20 15:45:25 -0800
0f9b172697Correct the comment for pin #'s
maniacbug
2011-12-20 15:44:55 -0800
6a7c42bdebCorrect the comment for pin #'s
maniacbug
2011-12-20 15:38:56 -0800
332fd03192Correct the comment for pin #'s
maniacbug
2011-12-20 15:33:40 -0800
6d25fbebfdCorrect the comment for pin #'s
maniacbug
2011-12-20 15:33:17 -0800
a70da53c22Correct the comment for pin #'s
maniacbug
2011-12-20 15:32:45 -0800
8493b9a60eCorrect the comment for pin #'s
maniacbug
2011-12-20 15:32:21 -0800
50b18a9c7dReduce delays in startWrite down to only required delays
maniacbug
2011-12-19 06:19:25 -0800
bc7e422083Merge branch 'master' of github.com:maniacbug/RF24
maniacbug
2011-12-18 12:29:03 -0800
26ea4583cdAdded #error to printf for examples that require Arduino
maniacbug
2011-12-18 10:56:12 -0800
19fa3954c0Added new jamfile to this example
maniacbug
2011-12-18 10:54:47 -0800
840ad1cd3dClean up pin assignments
maniacbug
2011-12-14 18:35:08 -0800
a6bf911f5aAdded example for Maple
maniacbug
2011-12-10 15:54:11 -0800
53cb579400Moved environment-specific checking out to RF24_config.h
maniacbug
2011-12-10 15:52:33 -0800
f3934084a1Changes to work on Maple
maniacbug
2011-12-10 00:42:23 -0800
9f806a5b00Move default pins over to Getting Started defaults
maniacbug
2011-11-28 21:24:37 -0800
5726c1622aFixed bug in scanner display, thanks to David Bath. Also upgraded to latest Jam toolchain and moved pins over to the new GettingStarted defaults.
maniacbug
2011-11-28 21:23:38 -0800
291621c291Merge branch 'master' of github.com:maniacbug/RF24
maniacbug
2011-11-21 11:07:50 -0800
d4371639e6Added new example to documentation
maniacbug
2011-11-02 21:54:30 -0700
3a2d94b698Added new example to go along with Getting Started tutorial blog post.
maniacbug
2011-11-02 21:46:49 -0700
d92ac14f86Compatibility with Arduino 1.0
maniacbug
2011-11-02 21:28:28 -0700
8ea84e7f77Update docs for 1.0
maniacbug
2011-10-19 15:30:33 -0700
726027837eMerge branch 'master' of github.com:maniacbug/RF24
maniacbug
2011-10-19 15:18:11 -0700
066d79f21eFlush all buffers on start and stop listening
maniacbug
2011-10-12 20:36:00 -0700
ef02ce6e60Merge branch 'master' of github.com:maniacbug/RF24
maniacbug
2011-10-07 19:07:21 -0700
19dd5c7726Avert warnings on native platform
maniacbug
2011-10-07 19:07:08 -0700
c419532cbeMerge branch 'master' of github.com:maniacbug/RF24
maniacbug
2011-09-12 19:29:04 -0700
a28e2361fcSPI bus speed divider to 4, suggested by Greg Copeland. Also removed duplicated spi setup out of begin(), as it's all in csn()
maniacbug
2011-09-12 19:27:27 -0700
a4cabc66a2Yet more merge cleanup. Changes default channel to be US/Internationally legal while ensuring no spectrum bleed.
Greg Copeland
2011-08-17 12:02:51 -0500
d967f7708fTest refinement. IRQ test times out after not receiving anything, warning that you probably don't have interrupts hooked up.
maniacbug
2011-08-02 21:00:31 -0700
89180f2844Added another test of a simpler calling pattern. No IRQ, no dynamic payload or ack packet.
maniacbug
2011-08-02 16:32:21 -0700
a31cafcc88Static and dynamic payloads now fully fixed and interoperable
maniacbug
2011-08-02 16:30:43 -0700
4542464e0bMerge fix for static payloads
maniacbug
2011-08-02 15:55:14 -0700
af00a61555Fix bug in which static payloads were broken
maniacbug
2011-08-02 15:51:51 -0700
2f33bdbebdExperimental changes to help in debugging
maniacbug
2011-08-02 15:24:46 -0700
df328408f7Fix bugs. Ack payload available was broken since interrupts went in. stREtries was missing since the gcopeland merge.
maniacbug
2011-08-02 15:24:19 -0700
7b401d7281Improve pingpair timing. Should lead to less timeouts.
maniacbug
2011-08-01 21:05:54 -0700
0c2515df19As a just in case I misunderstood some of the constant-ness changes, I completely took out all of the constant correctness enahcements. Also added a powerUp() method.
Greg Copeland
2011-07-19 11:05:18 -0500
542c46c0c6Merge branch 'p_enable' into constremove
Greg Copeland
2011-07-18 15:42:14 -0500
158164746bAdds explicit CRC width and PA level. Changes hardware initialization order to minimize noisy/false message reception. Removed begin call from constructor as begin now has delay which creates timer race initialization. The delay exists to allow for power on/reset radio settling which can otherwise prevent CONFIG bits from holding. Added a method to allow CRC hardware validation to be disabled. This is a requirement for various promiscuous listening RF applications. Setting CRC width now forces CRC hardware validation enable.
Greg Copeland
2011-07-18 15:37:30 -0500
b491480ddeReverted constructor changes. Changed SPI bus speed. Fixed setAutoAck for specific pipelines per suggestion.
Greg Copeland
2011-07-16 10:36:36 -0500
d436895f7cAdded 3rd test case, static payload
maniacbug
2011-07-13 21:42:16 -0700
c408c5ef90Simplify specification of test configs slightly
maniacbug
2011-07-13 21:22:39 -0700
c13db8f42dAdded a second test configuration
maniacbug
2011-07-13 19:13:57 -0700
1517f1249dFixed bug in setcrclength and setdatarate which was mishandling the bits
maniacbug
2011-07-13 19:13:32 -0700
7640852edfprepare tests to run with configuration parameters
maniacbug
2011-07-13 16:01:45 -0700
af37c345e8Created an all-up script runner
maniacbug
2011-07-13 15:41:37 -0700