mirror of
https://github.com/SMFSW/cI2C
synced 2025-05-19 10:52:37 +02:00
Custom badges
GIST added in README.md Create build-badges.yml
This commit is contained in:
parent
07a99be69e
commit
6ab8c5bb62
21
.github/workflows/build-badges.yml
vendored
Normal file
21
.github/workflows/build-badges.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: Build custom repository badges
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
create_badges:
|
||||||
|
name: create_gist_badges
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Create repository activity badge
|
||||||
|
uses: schneegans/dynamic-badges-action@v1.7.0
|
||||||
|
with:
|
||||||
|
auth: ${{ secrets.GIST_SECRET }}
|
||||||
|
gistID: a9a2b2a02fda1b33461d53ddfe69d649
|
||||||
|
filename: cI2C_status_badge.json
|
||||||
|
label: "Status"
|
||||||
|
message: ${{ vars.REPO_STATUS }}
|
||||||
|
color: ${{ vars.REPO_STATUS_COLOR }}
|
22
README.md
22
README.md
@ -1,4 +1,14 @@
|
|||||||
# cI2C [](https://www.codefactor.io/repository/github/smfsw/ci2c)
|
# cI2C
|
||||||
|
|
||||||
|
[](https://github.com/SMFSW)
|
||||||
|

|
||||||
|
[](LICENSE)
|
||||||
|
[](https://www.codefactor.io/repository/github/smfsw/ci2c)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
[](https://smfsw.github.io/cI2C)
|
||||||
|
[](ReleaseNotes.md)
|
||||||
|
|
||||||
Arduino Hardware I2C for AVR (plain c)
|
Arduino Hardware I2C for AVR (plain c)
|
||||||
|
|
||||||
@ -67,16 +77,6 @@ following examples should work with any I2C EEPROM/FRAM with address 0x50
|
|||||||
* [ci2c_master_read.ino](examples/ci2c_master_read/ci2c_master_read.ino): Read some bytes in FRAM
|
* [ci2c_master_read.ino](examples/ci2c_master_read/ci2c_master_read.ino): Read some bytes in FRAM
|
||||||
* [ci2c_advanced.ino](examples/ci2c_advanced/ci2c_advanced.ino): Redirecting slave write & read functions (to custom functions following typedef)
|
* [ci2c_advanced.ino](examples/ci2c_advanced/ci2c_advanced.ino): Redirecting slave write & read functions (to custom functions following typedef)
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
Doxygen doc can be generated using "Doxyfile".
|
|
||||||
|
|
||||||
See [generated documentation](https://smfsw.github.io/cI2C/)
|
|
||||||
|
|
||||||
## Release Notes
|
|
||||||
|
|
||||||
See [release notes](ReleaseNotes.md)
|
|
||||||
|
|
||||||
## See also
|
## See also
|
||||||
|
|
||||||
**cI2C**
|
**cI2C**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user