Commit Graph

24 Commits

Author SHA1 Message Date
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 860fbfb9a0 Update WirelessHEX.cpp 2013-05-04 23:52:29 -03:00
LowPowerLab 40d4b30094 Update WirelessHEX.h 2013-05-04 23:52:11 -03:00
LowPowerLab 2bc66abd61 Update WirelessHEX.cpp 2013-05-04 22:05:27 -03:00
LowPowerLab a240e23ad6 Update WirelessHEX.h 2013-05-04 22:04:36 -03:00
LowPowerLab 8204695412 Create SPIFlash_ReadWrite.ino 2013-04-19 17:00:38 -03:00
LowPowerLab 78485dd54c Create WirelessHEX.h 2013-04-18 18:49:02 -03:00
LowPowerLab 8a029bed62 Create WirelessHEX.cpp 2013-04-18 18:48:44 -03:00
LowPowerLab b1619ec9ae Update keywords.txt 2013-04-18 18:47:33 -03:00
LowPowerLab 1c7b79b8ea Update SPIFlash.cpp 2013-04-16 16:44:56 -03:00
LowPowerLab e609b45a6b Update SPIFlash.h 2013-04-16 16:44:38 -03:00
LowPowerLab 4fb87280ff Update README.md 2013-04-04 19:16:29 -03:00
LowPowerLab 1fa41e1d5a Update README.md 2013-04-04 19:16:09 -03:00
LowPowerLab 49de88baac Update README.md 2013-04-04 19:05:51 -03:00
LowPowerLab 88bb7d8c48 Create keywords.txt 2013-04-04 19:05:10 -03:00
LowPowerLab 41572cda47 Create SPIFlash.cpp 2013-04-04 19:04:29 -03:00
LowPowerLab 6dc743680a Create SPIFlash.h 2013-04-04 19:04:14 -03:00
LowPowerLab 65de57c80a Initial commit 2013-04-04 15:03:35 -07:00