Skip to content

Commit 7210d21

Browse files
author
sports31415
committed
Now working with SPIDEV driver, allowing for the code to run without being root.
1 parent 2da5767 commit 7210d21

File tree

141 files changed

+23445
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+23445
-1
lines changed

.gitignore

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
*.bak
2+
*.o
3+
.*.swp
4+
*.orig
5+
.swp
6+
docs/
7+
output/
8+
ojam/
9+
out/
10+
16000000/
11+
8000000/
12+
out_native/
13+
version.h
14+
Session.vim
15+
*.so
16+
*.so.*
17+
*.dylib
18+
*.dylib.*
19+
.DS_Store
20+
Makefile.inc
21+
utility/includes.h
22+
examples_linux/*
23+
!examples_linux/**/
24+
!examples_linux/*.*

.idea/inspectionProfiles/profiles_settings.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/rf24-hive.iml

+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Try your best to follow the NASA C style http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-c-style.pdf

0 commit comments

Comments
 (0)