-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Arduino name changed from `OSP 2-wire SPI - aospi` to `OSP 2wireSPI aospi`. - Added link for traces. - Added blue slave line in BiDir diagram (`dirbidir.drawio.png`) and green dashed OSP32 border line in OPS32 diagram (`dirosp32.drawio.png`). - Renamed dir `extra` to `extras`. - Small corrections in readme.md. - Added (for board testing) `aospi_outoena_set()`/`aospi_outoena_get()` and `aospi_inoena_set()`/`aospi_inoena_get()`.
- Loading branch information
1 parent
d15b755
commit 14852b3
Showing
6 changed files
with
123 additions
and
42 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name=OSP 2-wire SPI - aospi | ||
version=0.3.1 | ||
name=OSP 2wireSPI aospi | ||
version=0.4.0 | ||
author=ams-OSRAM | ||
maintainer=ams-OSRAM | ||
sentence=An aolib library that implements 2wire-SPI towards and from OSP nodes. | ||
paragraph=Includes an SPI master to send telegrams towards the first OSP node and an SPI slave to receive responses from either the first (BiDir) or the last (Loop) OSP node. Also includes MUX control to switch between the two slave inputs. | ||
category=Device Control | ||
url=https://github.com/ams-OSRAM-Group/OSP_aospi | ||
architectures=esp32 | ||
depends=OSP Result codes - aoresult | ||
depends=OSP ResultCodes aoresult | ||
includes=aospi.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters