Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .directory
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Dolphin]
Timestamp=2014,5,12,14,1,15
Version=3

[Settings]
HiddenFilesShown=true
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
MSP-RF24
===============

Source code for a remote controller using a msp430g2553 and a nrf24l01 from nordic,

* [Original Repo.](http://maniacbug.github.com/RF24)
* [LIBEMB Repo.](https://github.com/wendlers/libemb/tree/msp430-port)
This library was precompiled and is included in this project just for the serial communication task.
Some changes were done in order to allow serial compatibilty for every msp430 clock freqencies. (Most recent commit already has this change).


# Arduino driver for nRF24L01 2.4GHz Wireless Transceiver

Design Goals: This library is designed to be...
Expand Down
227 changes: 0 additions & 227 deletions examples/GettingStarted/GettingStarted.pde

This file was deleted.

Loading