Skip to content

Commit

Permalink
4.2 version update
Browse files Browse the repository at this point in the history
  • Loading branch information
gioblu committed Aug 9, 2016
1 parent dbd504c commit fd5ee3a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PJON.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/*-O//\ __ __
|-gfo\ |__| | | | |\ |
|!y°o:\ | __| |__| | \| v4.1
|!y°o:\ | __| |__| | \| v4.2
|y"s§+`\ Giovanni Blu Mitolo 2012-2016
/so+:-..`\ [email protected]
|+/:ngr-*.`\
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

![PJON](http://www.gioblu.com/PJON/PJON-github-header-tiny.png)
##PJON v4.1
##PJON v4.2
PJON (Padded Jittering Operative Network) is an Arduino compatible, multi-master, multi-media communications bus system. It proposes a Standard and it is designed as a framework for digital communication. It is a valid alternative to i2c, 1-Wire, Serial and other Arduino compatible protocols. If you are interested to know more about the PJON Standard, visit the [Wiki](https://github.com/gioblu/PJON/wiki). If you need help see the [documentation](https://github.com/gioblu/PJON/wiki/Documentation) or if something is not working visit the [Troubleshooting page](https://github.com/gioblu/PJON/wiki/Troubleshooting). If you own a Saleae Logic Analyzer see [saleae-pjon-protocol-analyzer](https://github.com/aperepel/saleae-pjon-protocol-analyzer) crafted by Andrew Grande.

[![Video introduction](https://img.shields.io/badge/PJON-video%20introduction-blue.svg)](https://www.youtube.com/watch?v=vjc4ZF5own8)
Expand All @@ -11,7 +11,7 @@ PJON (Padded Jittering Operative Network) is an Arduino compatible, multi-master
- [Bus id](https://github.com/gioblu/PJON/wiki) implementation to optionally enable shared medium communication
- [Multi media](https://github.com/gioblu/PJON/wiki/OverSampling) compatibility (wires up to 50m, radio up to 5km)
- Physical layer abstraction and [communication strategy framework](https://github.com/gioblu/PJON/wiki/Strategies)
- PJON communication through a Serial port with `ThroughHardwareSerial`
- PJON communication through a Serial port with `ThroughHardwareSerial`
- 2 pin compatibility to enable twisted pair / radio modules
- Optional auto-addressing with id collision avoidance (experimental)
- CRC8 table-less cyclic redundancy check implementation
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/gioblu/PJON.git"
},
"version": "4.1",
"version": "4.2",
"examples": "examples/*/*/*/*.ino",
"frameworks": "arduino",
"platforms":
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=PJON
version=4.1
version=4.2
author=Giovanni Blu Mitolo <[email protected]>
maintainer=Giovanni Blu Mitolo <[email protected]>
sentence=PJON is an open-source, multi-master, mult-media device communications bus system framework
Expand Down

0 comments on commit fd5ee3a

Please sign in to comment.