-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added example / test cases to main.rs in tiva-c-launchpad - Cleaned up EepromError enum - Added impl Display to EepromError - Added increment() method to EepromAddress, used to increment the block and offset. - Improved documentation and function names - Improved the Eeprom peripheral initialization to match the datasheet - Added a delay function to introduce clock cycle delays as called for in the datasheet. See code comments for datasheet sections that point out the delays. - Added erase and erase_block impl. - Much improved test code.
- Loading branch information
Showing
3 changed files
with
303 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.