1. 28 Feb, 2015 3 commits
    • TMRh20's avatar
      30a01d74
    • TMRh20's avatar
      Update docs in 'updates' branch · b320f9e6
      TMRh20 authored
      - Add Template folder with example class declarations etc
      - Add template info to modules section in doxygen
      - Update related links etc for doxygen in RF24.h
      b320f9e6
    • TMRh20's avatar
      SPI/GPIO fixes/changes for MRAA and SPIDEV · c1bb29c7
      TMRh20 authored
      - Change SPI API for Linux devices to specify bus number in
      SPI.begin(0);
      - Enable kernel to handle cs toggling with SPIDEV
      - Comment out GPIO for CS pin with MRAA
      - Prevent linux devices from toggling CSN in RF24.cpp
      - Ensure all linux devices default to 0 or 1 for csn_pin
      - Remove some #ifdefs from RF24.cpp via above changes
      
      - Note: When using SPIDEV, if the pin used for CSN has been toggled via
      GPIO, users may need to do the following, to enable the kernel to toggle
      CSN:
      ``` sudo modprobe -r spi_bcm2708 ```
      ``` sudo modprobe spi_bcm2708  ```
      
      - Code needs cleanup/review
      
      #69 #74
      c1bb29c7
  2. 24 Feb, 2015 2 commits
  3. 23 Feb, 2015 1 commit
    • TMRh20's avatar
      BBB/SPIDEV changes · 40b907c3
      TMRh20 authored
      - Modify spidev writes for bbb/linux - Something seems to have changed
      with spidev with the spi_ioc_transfer struct on my machine. This seems
      closer to the spidevtest.c example, so hopefully keeps working???
      - Prevent warnings via compatibility.c/.h
      - Add spi.begin to align with RF24 spi functions
      40b907c3
  4. 22 Feb, 2015 1 commit
    • TMRh20's avatar
      Fix bugs in transfer example · 0066eece
      TMRh20 authored
      Inadequate testing appeared to indicate the CRC checking was at fault,
      this was incorrect.
      
      Seemed to be 2 separate bugs in transfer example:
      Symptoms: Arduino would start reading 150+ KB/s and about 5000
      payloads/second received after a period of time with transfers ongoing
      continuously.
      Fixes:
      1. Remove the printf of Payload Count (same issue with %lu )
      2. Prevent division into 0
      0066eece
  5. 19 Feb, 2015 5 commits
  6. 18 Feb, 2015 8 commits
  7. 15 Feb, 2015 3 commits
  8. 14 Feb, 2015 3 commits
  9. 12 Feb, 2015 2 commits
  10. 03 Feb, 2015 1 commit
    • TMRh20's avatar
      Move Due and ATTiny to new template format · e7deb684
      TMRh20 authored
      - Created the appropriate files for Due and ATTiny under arch/Due and
      arch/ATTiny
      - Modify RF24_config.h to suit the new changes
      - Modify detection for Arduino Due ( ARDUINO_SAM_DUE )
      - Update RF24.cpp for cleaner Due detection
      
      Due changes are tested and working
      ATTiny changes compile but are untested
      e7deb684
  11. 02 Feb, 2015 2 commits
  12. 01 Feb, 2015 1 commit
  13. 30 Jan, 2015 1 commit
  14. 28 Jan, 2015 1 commit
  15. 27 Jan, 2015 1 commit
  16. 24 Jan, 2015 2 commits
  17. 20 Jan, 2015 3 commits