Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.05 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.05 KB

Arduino Sensors

Using Raspberry Pi with Arduino based sensors to send data to a Websocket server.

Line Breaks

To force a line break, put two spaces and a newline (return) at the end of the line.

These lines
won't break

These lines  
will break

Strong and Emphasize

Strong: **Strong** or __Strong__ (Command-B)
Emphasize: *Emphasize* or _Emphasize_[^emphasize] (Command-I)

Markdown and I

Markdown is a plain text formatting syntax created by John Gruber, aiming to provide a easy-to-read and feasible markup. The original Markdown syntax specification can be found here.

Headers (like this one!)

Header 1
========

Header 2
--------

or

# Header 1
## Header 2
### Header 3
#### Header 4
##### Header 5
###### Header 6

Links and Email

Inline

Just put angle brackets around an email and it becomes clickable: [email protected]
<[email protected]>

Same thing with urls: http://macdown.uranusjr.com
<http://macdown.uranusjr.com>