Skip to content

Commit

Permalink
bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmaurer-madis committed Mar 4, 2024
1 parent a2ea9c5 commit 7e580c7
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 103 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright 2022 Alexandre Maurer [email protected]
Copyright 2024 Alexandre Maurer [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Add an additional hardware UART to your Arduino project.

DEV BRANCH OF LIBRARY

| Feature | Tested ESP8266 | Tested ESP32 | Tester |
| New feature | Tested ESP8266 | Tested ESP32 | Tester |
| :---------------- | :------------- | :----------- | :----- |
| I2C communication | - | - | - |
| I2C communication | not tested | not tested | - |


# Contributors

- The dev branch was created and committed with the fork of asantiagod https://github.com/asantiagod/SC16IS7X0
- The dev branch has been merged into master on the 2024-03-04


# Compatibility and dependencies
Expand Down
13 changes: 9 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SC16IS7X0",
"version": "1.0.0-dev",
"version": "1.0.1",
"keywords": "UART GPIO SC16IS740 SC16IS750 SC16IS760",
"description": "Library to read and write UART and GPIO for the SC16IS740_750_760",
"authors": {
Expand All @@ -21,6 +21,11 @@
},
"license": "MIT",
"frameworks": "arduino",
"platforms": ["espressif8266", "espressif32"],
"headers": ["SC16IS7X0.h"]
}
"platforms": [
"espressif8266",
"espressif32"
],
"headers": [
"SC16IS7X0.h"
]
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SC16IS7X0
version=1.0.0-dev
version=1.0.1
author=Alexandre Maurer, [email protected]
maintainer=Alexandre Maurer, [email protected]
sentence=Library to read and write UART and GPIO for the SC16IS740_750_760
Expand Down
Loading

0 comments on commit 7e580c7

Please sign in to comment.