Skip to content

Commit

Permalink
SoftwareBitBang removed outdated test results
Browse files Browse the repository at this point in the history
  • Loading branch information
gioblu committed Sep 20, 2020
1 parent 548361c commit 7861efd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 121 deletions.
2 changes: 1 addition & 1 deletion src/strategies/SoftwareBitBang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ PJON application example made by the user [Michael Teeuw](http://michaelteeuw.nl
- `SoftwareBitBang` strategy can have compatibility issues with codebases that are using interrupts, reliability or bandwidth loss can occur because of the interruptions made by third party software.

### Safety warning
In all cases, when installing or maintaining a PJON network, extreme care must be taken to avoid any danger. If devices are connected to AC power you are exposed to a high chance of being electrocuted if hardware is not installed carefully and properly. If you are not experienced enough ask the support of a skilled technician and consider that many countries prohibit uncertified installations. When a [SoftwareBitBang](/src/strategies/SoftwareBitBang) bus is installed [interference mitigation](https://github.com/gioblu/PJON/wiki/Mitigate-interference) and [protective circuitry](https://github.com/gioblu/PJON/wiki/Protective-circuitry) guidelines must be followed. If a common ground or power supply line is used its cable size and length must be carefully selected taking in consideration the overall application's power supply requirements and selected components' maximum rating. The PJDL protocol and its reference implementation [SoftwareBitBang](/src/strategies/SoftwareBitBang/README.md) are experimental, use them at your own risk.
In all cases, when installing or maintaining a PJON network, extreme care must be taken to avoid any danger. If devices are connected to AC power you are exposed to a high chance of being electrocuted if hardware is not installed carefully and properly. If you are not experienced enough ask the support of a skilled technician and consider that many countries prohibit uncertified installations. When a [SoftwareBitBang](/src/strategies/SoftwareBitBang) bus is installed [interference mitigation](https://github.com/gioblu/PJON/wiki/Mitigate-interference) and [protective circuitry](https://github.com/gioblu/PJON/wiki/Protective-circuitry) guidelines must be followed. If a common ground or power supply line is used its cable size and length must be carefully selected taking in consideration the overall application's power supply requirements and selected components' maximum rating. PJDL and its reference implementation [SoftwareBitBang](/src/strategies/SoftwareBitBang/README.md) are experimental, use them at your own risk.
5 changes: 3 additions & 2 deletions src/strategies/SoftwareBitBang/Timing.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright 2010-2020, Giovanni Blu Mitolo All rights reserved.
Often timing in two different machines do not match, code execution
time can variate and time measurements can be not perfectly equal.
time can variate and time measurements are not perfectly equal.
Consider that durations defined below may differ from what is specified in
PJDL v5.0. This is done to accomodate machine's inner workings and
effectively produce the specified timing.
Expand Down Expand Up @@ -230,7 +230,8 @@


/* STM32F1 ---------------------------------------------------------------- */
/* Mod by @jcallano on 09-jul-2020 only tested on PB9 pin. */
/* @jcallano 09-jul-2020 tested with pin PB15, PB14, PB13, PB12, PB11, PB10,
PB9, PB8, PB7, PB6, PB4, PB3, PA15, PA10. 5v tolerant pins on bluepill */

#if defined(__STM32F1__)
#if SWBB_MODE == 1
Expand Down
99 changes: 0 additions & 99 deletions src/strategies/SoftwareBitBang/tests/NetworkAnalysis-10s.md

This file was deleted.

19 changes: 0 additions & 19 deletions src/strategies/SoftwareBitBang/tests/PacketSeparationTest.md

This file was deleted.

0 comments on commit 7861efd

Please sign in to comment.