Skip to content

Commit 0f4a843

Browse files
committed
Fix up some Markdown styling in README.
1 parent f435537 commit 0f4a843

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
SNAPpy Includes for the Pyduino Development Board
2-
===================================
1+
![](https://cloud.githubusercontent.com/assets/1317406/12406044/32cd9916-be0f-11e5-9b18-1547f284f878.png)
32

4-
Introduction
5-
------------
3+
#SNAPpy Includes for the Pyduino Development Board
64

75
`pyduinoincludes` is a SNAPpy library that is designed to make development for the Synapse Pyduino board easier. It
86
allows references to the nifty Pyduino IO names (like D3, AD0, or SCL) instead of the underlying SNAPpy GPIO numbers.
97
It also provides a bit-banged SPI implementation that can be used for shields that utilize the SPI pins.
108

11-
Installation
12-
------------
9+
## Installation
1310

1411
### For use in Portal
1512

@@ -27,8 +24,7 @@ Alternatively you can download the source, extract it, and install it:
2724

2825
python setup.py install
2926

30-
Usage
31-
-------------
27+
## Usage
3228

3329
In order to use the nice IO names, simply import `pyduinoincludes` in your SNAPpy script like this:
3430

0 commit comments

Comments
 (0)