- 13 Nov, 2015 1 commit
-
-
TMRh20 authored
Python3 support added by the fuzzy one.
-
- 31 Oct, 2015 5 commits
-
-
TMRh20 authored
- For some reason, calling printf before cout results in a hang when using SPIDEV with RPi - Add fix for spidev per @mtiutiu #146 & #138
-
TMRh20 authored
ATtiny2313/4313 support, ATtiny 3 pin mode fix
-
TMRh20 authored
Update gettingstarted_call_response.cpp
-
TMRh20 authored
Update gettingstarted.cpp
-
TMRh20 authored
- Route printf through serial via Serial.printf - Remove device specific defines & replace with PRIPSTR define for string ( use of %s vs %S ) - Per @maribeiro #125 - Updated Doxyfile
-
- 29 Oct, 2015 2 commits
-
-
Carlos Guzman authored
Add unistd.h for use sleep() in RBpi with kernel 4.1
-
Carlos Guzman authored
Required include unistd.h header for use sleep() in RBpi
-
- 24 Oct, 2015 2 commits
-
-
zador-blood-stained authored
-
zador-blood-stained authored
-
- 23 Oct, 2015 1 commit
-
-
root authored
Signed-off-by: root <mzfuzzy800@gmail.com>
-
- 20 Oct, 2015 2 commits
- 19 Oct, 2015 2 commits
- 01 Oct, 2015 6 commits
- 28 Sep, 2015 2 commits
- 27 Sep, 2015 2 commits
- 26 Sep, 2015 3 commits
- 23 Sep, 2015 2 commits
- 18 Sep, 2015 3 commits
- 12 Aug, 2015 1 commit
-
-
TMRh20 authored
Added getChannel Method to allow for verification of the configured c…
-
- 07 Aug, 2015 1 commit
-
-
TMRh20 authored
-
- 03 Aug, 2015 1 commit
-
-
https://github.com/TMRh20/RF24komby authored
-
- 02 Aug, 2015 1 commit
-
-
komby authored
-
- 13 Jul, 2015 1 commit
-
-
TMRh20 authored
Per comments by @crcastle #125 add support for ESP8266 SOC devices 1. Redefine STATUS as NRF_STATUS 2. Add ESP8266 specific defines to Arduino config: #if defined (ARDUINO_ARCH_ESP8266) #include <pgmspace.h> #define PRIPSTR "%S" #define printf_P printf
-
- 22 Jun, 2015 2 commits