Skip to content

Commit

Permalink
Refactoring; moving SRAM driver to Arduino-Storage library
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelpatel committed Sep 21, 2017
1 parent b5cd176 commit 2c0786c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 431 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,19 @@ bus managers and device driver support. the library contains bus
manager implementations for hardware resources (AVR SPI and USI) and
software using Ardino-GPIO.

Version: 1.7
Version: 1.8

## Classes

* [Abstract SPI Bus Manager and Device Driver Interface, SPI](./src/SPI.h)
* [Hardware SPI Bus Manager, Hardware::SPI](./src/Hardware/SPI.h)
* [Software SPI Bus Manager, Software::SPI](./src/Software/SPI.h)

## Drivers

* [23LC1024, 1 Mbit Serial SRAM, SRAM](./src/Driver/SRAM.h)
* [SRAM Stream, SRAM::Stream](./src/Driver/SRAM.h)

## Example Sketches

* [Benchmark](./examples/Benchmark)
* [ShiftIn](./examples/ShiftIn)
* [ShiftOut](./examples/ShiftOut)
* [SRAM](./examples/SRAM)
* [Stream](./examples/Stream)

## Benchmarks

Expand Down
68 changes: 0 additions & 68 deletions examples/SRAM/SRAM.ino

This file was deleted.

123 changes: 0 additions & 123 deletions examples/Stream/Stream.ino

This file was deleted.

2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Arduino-SPI
version=1.7
version=1.8
author=Mikael Patel
maintainer=Mikael Patel <[email protected]>
sentence=Serial Peripheral Interface (SPI) library for Arduino.
Expand Down
2 changes: 1 addition & 1 deletion mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ for bus managers and device driver support (SPI::Device).
The library contains bus manager implementations for hardware
resources (Hardware::SPI) and using Ardino-GPIO (Software::SPI).

Version: 1.7
Version: 1.8
*/

/** @page License
Expand Down
Loading

0 comments on commit 2c0786c

Please sign in to comment.