Skip to content

Commit e1aaa57

Browse files
committed
Full Due support, maskIRQ function
- Tested and now fully functional on Arduino Due - Added support for the extended SPI functions: brings Due performance up to par with Due managing the CSN pin and settings - Corrected issues with printDetails() on Due - Changed added variables to staticly defined types: ie: uint16_t instead of unsigned int - I think this will work on all ARM based boards that use the Arduino libs - Added maskIRQ function - to be used in RF24Network sleep mode - Changed csn(int mode) to csn(bool mode) - Updated GettingStarted_CallResponse.ino example: Capture start time AFTER printing to serial so measurement is more accurate
1 parent 3455e48 commit e1aaa57

File tree

5 files changed

+219
-60
lines changed

5 files changed

+219
-60
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Design Goals: This library is designed to be...
44

5-
* More complianct with the manufacturer specified operation of the chip
5+
* More compliant with the manufacturer specified operation of the chip
66
* More reliable and feature rich
77
* Easy for beginners to use
88
* Consumed with a public interface that's similiar to other Arduino standard libraries
@@ -14,6 +14,7 @@ April 2014: Optimization nearing completion
1414
* Changes to read() functionality have increased reliability and response
1515
* Extended timeout periods have been added to aid in noisy or otherwise unreliable environments
1616
* Delays have been removed where possible to ensure maximum efficiency
17+
* Arduino Due fully supported with extended SPI functions
1718
* More! See the links below and class documentation for more info.
1819

1920
Please refer to:

0 commit comments

Comments
 (0)