A module to store data on a fram.

Dependents:   oldheating motorhome heating

Committer:
andrewboyson
Date:
Fri Apr 23 08:20:00 2021 +0000
Revision:
0:e8f4aff306cd
Stores data on the FRAM

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:e8f4aff306cd 1 extern void SpiInit(void);
andrewboyson 0:e8f4aff306cd 2 extern void SpiChipSelect(int value);
andrewboyson 0:e8f4aff306cd 3 extern void SpiWrite(char byte);
andrewboyson 0:e8f4aff306cd 4 extern int SpiBusy(void);
andrewboyson 0:e8f4aff306cd 5 extern char SpiRead(void);
andrewboyson 0:e8f4aff306cd 6 extern char SpiTransfer(char byte);