Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
Documentation updated.
  • Loading branch information
reefwing committed Jan 2, 2023
1 parent e106947 commit 5952396
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
![version](https://img.shields.io/github/v/tag/Reefwing-Software/Reefwing-SBUS) ![license](https://img.shields.io/badge/license-MIT-green) ![release](https://img.shields.io/github/release-date/Reefwing-Software/Reefwing-SBUS?color="red") ![open source](https://badgen.net/badge/open/source/blue?icon=github)

# Reefwing SBUS

SBUS Library for the Arduino Nano 33 BLE and Portenta H7.
SBUS Library for the Arduino Nano 33 BLE.

## The SBUS Protocol

Expand Down
5 changes: 3 additions & 2 deletions examples/plotSBUS/plotSBUS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
@copyright Please see the accompanying LICENSE file.
Code: David Such
Version: 2.0.0
Date: 15/12/22
Version: 2.0.1
Date: 02/01/23
1.0.0 Original Release 27/03/22
2.0.0 Change Repo & Branding 15/12/22
2.0.1 Updated README 02/01/23
This sketch will plot the first 4 channels of SBUS data to the
Arduino IDE Serial Plotter. The SBUS protocol returns a value
Expand Down
5 changes: 3 additions & 2 deletions examples/serialSBUS/serialSBUS.ino
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
@copyright Please see the accompanying LICENSE file.
Code: David Such
Version: 2.0.0
Date: 15/12/22
Version: 2.0.1
Date: 02/01/23
1.0.0 Original Release 27/03/22
2.0.0 Change Repo & Branding 15/12/22
2.0.1 Updated README 02/01/23
This example sketch assumes that inverted SBUS data is being fed
to pin 2 (D0/Rx) on the Nano 33 BLE (i.e., Serial1).
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name=ReefwingSBUS
version=2.0.0
version=2.0.1
author=David Such <dsuch@reefwing.com.au>
maintainer=David Such <dsuch@reefwing.com.au>
sentence=SBUS Library for the Nano 33 BLE and Portenta H7.
sentence=SBUS Library for the Nano 33 BLE.
paragraph=A Fork of the Bolder Flight Systems SBUS Library. Targets the Arduino Nano 33 BLE & Portenta H7 Hardware.
category=Communication
url=https://github.com/Reefwing-Software/Reefwing-SBUS.git
Expand Down
7 changes: 4 additions & 3 deletions src/ReefwingSBUS.cpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
/******************************************************************
@file ReefwingSBUS.cpp
@brief SBUS Library for the Nano 33 BLE and Portenta H7.
@brief SBUS Library for the Nano 33 BLE.
@author David Such
@copyright Please see the accompanying LICENSE file.
Code: David Such
Version: 2.0.0
Date: 15/12/22
Version: 2.0.1
Date: 02/01/23
1.0.0 Original Release 27/03/22
2.0.0 Change Repo & Branding 15/12/22
2.0.1 Updated README 02/01/23
Credits - Forked from the Bolder Flight Systems SBUS library and
adapted for the Arduino Nano 33 BLE and Portenta H7.
Expand Down
7 changes: 4 additions & 3 deletions src/ReefwingSBUS.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
/******************************************************************
@file ReefwingSBUS.h
@brief SBUS Library for the Nano 33 BLE and Portenta H7.
@brief SBUS Library for the Nano 33 BLE.
@author David Such
@copyright Please see the accompanying LICENSE file.
Code: David Such
Version: 2.0.0
Date: 15/12/22
Version: 2.0.1
Date: 02/01/23
1.0.0 Original Release 27/03/22
2.0.0 Change Repo & Branding 15/12/22
2.0.1 Updated README 02/01/23
Credits - Forked from the Bolder Flight Systems SBUS library and
adapted for the Arduino Nano 33 BLE and Portenta H7.
Expand Down

0 comments on commit 5952396

Please sign in to comment.