Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Msp430 #44

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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