1
0
mirror of https://github.com/SMFSW/cI2C synced 2025-05-15 08:53:40 +02:00

- .github gh-pages workflow added (generate doxygen doc & push)

- Removal of unneeded .travis.yml & references (not used anymore)
This commit is contained in:
SMFSW 2025-04-30 23:25:34 +02:00
parent 3176bde372
commit bd32fc10a7
14 changed files with 1 additions and 30 deletions

0
.gitignore vendored Executable file → Normal file
View File

View File

@ -1,29 +0,0 @@
language: c
addons:
apt:
packages:
- graphviz
# Blacklist
branches:
except:
- gh-pages
env:
global:
- PRETTYNAME="cI2C: Arduino Hardware I2C for AVR (in plain c)"
- GH_REPO_NAME: cI2C
- GH_REPO_REF: github.com/SMFSW/cI2C.git
- DOXYFILE: $TRAVIS_BUILD_DIR/Doxyfile.auto
before_install:
- source <(curl -SLs https://raw.githubusercontent.com/SMFSW/travis-ci-arduino/master/install.sh)
script:
- build_avr_platforms
# Generate and deploy documentation
after_success:
- source <(curl -SLs https://raw.githubusercontent.com/SMFSW/travis-ci-arduino/master/library_check.sh)
- source <(curl -SLs https://raw.githubusercontent.com/SMFSW/travis-ci-arduino/master/doxy_gen_and_deploy.sh)

0
Doxyfile Executable file → Normal file
View File

0
Doxyfile.auto Executable file → Normal file
View File

0
LICENSE Executable file → Normal file
View File

2
README.md Executable file → Normal file
View File

@ -1,4 +1,4 @@
# cI2C [![Build Status](https://travis-ci.com/SMFSW/cI2C.svg?branch=master)](https://travis-ci.com/SMFSW/cI2C)
# cI2C
Arduino Hardware I2C for AVR (plain c)

0
ReleaseNotes.md Executable file → Normal file
View File

0
examples/ci2c_advanced/ci2c_advanced.ino Executable file → Normal file
View File

0
examples/ci2c_master_read/ci2c_master_read.ino Executable file → Normal file
View File

0
examples/ci2c_master_write/ci2c_master_write.ino Executable file → Normal file
View File

0
keywords.txt Executable file → Normal file
View File

0
library.properties Executable file → Normal file
View File

0
src/ci2c.c Executable file → Normal file
View File

0
src/ci2c.h Executable file → Normal file
View File