Commit Graph

10 Commits

Author SHA1 Message Date
Felix Rusu 57715ad5c0 Unintrusive SPI transactions & misc fixes 2014-07-29 17:10:06 -04:00
PaulStoffregen aa404fdea8 Use SPI transaction, if supported by SPI library 2014-07-29 10:12:31 -07:00
Felix Rusu 7c4424e08e Fix writeBytes length
Credit to wilsynet
2014-06-30 11:25:09 -04:00
Felix Rusu 0370bec69d Add readUniqueId() to get unique 64 bit MAC
Reads 64 bit MAC unique ID
2014-05-29 14:32:19 -04:00
LowPowerLab 7b054f770f fix infinite loop bug when HIGH-Z MISO stays high (take2) 2013-08-02 10:23:56 -04:00
Felix Rusu 0efea19ac2 fix infinite loop bug when HIGH-Z MISO stays high
When FLASH chip is not present and MISO is in high impedance, other SPI
devices might pull MISO high and the while(busy) loop might never return
because of a false positive busy (actually MISO would return 0XFF for
status register including the BUSY bit)
2013-08-02 00:02:46 -04:00
Felix Rusu 53156895f3 adding sleep/wakeup functions, moving WirelessHEX 2013-07-13 23:07:08 -04:00
LowPowerLab 722fe3c3b8 Fix for SS pin on MoteinoLeo, Atmega32u4, Arduino Leonardo 2013-05-30 17:47:40 -04:00
LowPowerLab 1c7b79b8ea Update SPIFlash.cpp 2013-04-16 16:44:56 -03:00
LowPowerLab 41572cda47 Create SPIFlash.cpp 2013-04-04 19:04:29 -03:00