fea8c0e82fMove examples to 57600 baud
maniacbug
2011-06-27 21:06:08 -0700
91df6f6df5Fixed bug of not including name. Also added extra tab on short strings.
maniacbug
2011-06-27 21:01:58 -0700
92373ba7f5Refactor repeated parts of printDetails into own methods
maniacbug
2011-06-27 12:54:42 -0700
059efa5ffaRe-organized nRF24L01.h file to place 'P' features in one location. Changed some bit value interpretation.
Greg Copeland
2011-06-27 15:02:33 -0500
aa7a7c647aCleaned up some reinterpret casts to use new-style casts
maniacbug
2011-06-25 21:24:42 -0700
8d5f020c78Added Jamfile for led_remote
maniacbug
2011-06-25 21:23:25 -0700
6e6264be43Fix bug in openReadingPipe which disallowed pipe 5
maniacbug
2011-06-25 21:18:13 -0700
748fde239bAdd RF_SETUP to printDetails
maniacbug
2011-06-25 21:17:53 -0700
3cc856aa95Changed the logic. Button press now toggles the LED.
maniacbug
2011-06-25 21:14:51 -0700
634d0efde5Moved the wide_band variable and initializer cleanup.
Greg Copeland
2011-06-21 15:01:10 -0500
aac2c3dba3Added two default values to the RF24 constructor; speed and channel. Some additional constantness cleanup.
Greg Copeland
2011-06-21 14:58:19 -0500
b1a7dc7d54Adds constantness to method declarations and arguments where possible. Added the concept of wide band. Currently not used but state is properly tracked in accordance with data rate selection. Default channel is changed to 64 in begin method. That needs to move anyways. Automatic ACKs can now be adjusted on a per pipeline bases.
Greg Copeland
2011-06-21 14:36:02 -0500
1a37c1cd0fNew P variant feature support with corresponding defines. RF_DR is now broken into two bits to support P variant and is now obsolete. RF_DR is now RF_DR_HIGH and RF_DR_LOW; with RF_DR_HIGH corresponding to the original RF_DR bit. Data rate can now select 250kbs mode on supporting hardware.
Greg Copeland
2011-06-21 10:26:16 -0500
72dc77467eCreated a new example to show sleeping in between sends. This isn't done yet. It's just a copy of pingpair for now.
maniacbug
2011-05-10 14:51:51 -0700
f9b664cd34Removed 'ackpacket' example. It was never working
maniacbug
2011-05-10 14:42:29 -0700
f3356f31a2Cleaned up comments, variables names, enums
maniacbug
2011-05-10 14:40:42 -0700
93f5cface0Fixed a bug where it was writing to the wrong pipe
maniacbug
2011-05-02 21:21:10 -0700
e7254a3b3aSplit out upload target into two
maniacbug
2011-05-02 21:20:55 -0700
39b15c8b55Stripped down extraneous pipe opens, and other un-needed things.
maniacbug
2011-04-30 21:10:33 -0700
38392fa5f4Removed ping/pong. Now tx just sends and rx just sends ack payload
maniacbug
2011-04-30 19:52:13 -0700
79628e7849Added ack payload. Added a sample using pingpair as a base with minimal changes.
maniacbug
2011-04-30 15:31:04 -0700
a88e78a0daMerge branch 'master' of 207.97.227.239:maniacbug/RF24
maniacbug
2011-04-28 20:34:34 -0700
997140e0d4Added new sample, based on pingpair
maniacbug
2011-04-28 16:14:07 -0700
33b897318fMoved printf format strings to progmem.
maniacbug
2011-04-25 20:40:51 -0700
dfb2faa841Removed the line that set the payload size to 8 in begin(). Reduced some ints to uint8_t. Added some more debugging info.
maniacbug
2011-04-25 20:29:57 -0700
e005ec75f1Merge branch 'master' of github.com:maniacbug/RF24
maniacbug
2011-04-24 12:56:51 -0700
1045cec9b1Now sets spi data mode before interacting with the chip. needed to interoperate with other spi devices
maniacbug
2011-04-24 12:56:43 -0700
e188242a86Enabled warnings, and cleaned up warnings. Updated pingpair makefile for recent makefile improvements
maniacbug
2011-04-24 11:34:05 -0700