0.4.1 PCA9553

This commit is contained in:
Rob Tillaart 2024-01-05 15:58:33 +01:00
parent 3defae7dee
commit bea8f833c5
12 changed files with 10 additions and 18 deletions

View File

@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.4.1] - 2024-01-05
- minor edits
## [0.4.0] - 2023-12-27
- Fix #6, support for Arduino ESP32 S3 - breaking change
- update readme.md

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2023-2023 Rob Tillaart
Copyright (c) 2023-2024 Rob Tillaart
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -2,7 +2,7 @@
// FILE: PCA9553.cpp
// AUTHOR: Rob Tillaart
// DATE: 2023-07-16
// VERSION: 0.4.0
// VERSION: 0.4.1
// PURPOSE: Arduino library for for I2C PCA9553 4 channel PWM
// URL: https://github.com/RobTillaart/PCA9553

View File

@ -3,7 +3,7 @@
// FILE: PCA9553.h
// AUTHOR: Rob Tillaart
// DATE: 2023-07-16
// VERSION: 0.4.0
// VERSION: 0.4.1
// PUPROSE: Arduino library for for I2C PCA9553 4 channel PWM
// URL: https://github.com/RobTillaart/PCA9553
@ -12,7 +12,7 @@
#include "Wire.h"
#define PCA9553_LIB_VERSION (F("0.4.0"))
#define PCA9553_LIB_VERSION (F("0.4.1"))
// REGISTERS

View File

@ -9,8 +9,6 @@
// See datasheet
#include "Arduino.h"
#include "Wire.h"
#include "PCA9553.h"

View File

@ -9,8 +9,6 @@
// See datasheet
#include "Arduino.h"
#include "Wire.h"
#include "PCA9553.h"

View File

@ -9,8 +9,6 @@
// to read LOW/HIGH values
#include "Arduino.h"
#include "Wire.h"
#include "PCA9553.h"

View File

@ -6,8 +6,6 @@
// URL: https://github.com/RobTillaart/PCA9553
#include "Arduino.h"
#include "Wire.h"
#include "PCA9553.h"

View File

@ -6,8 +6,6 @@
// URL: https://github.com/RobTillaart/PCA9553
#include "Arduino.h"
#include "Wire.h"
#include "PCA9553.h"

View File

@ -5,8 +5,6 @@
// URL: https://github.com/RobTillaart/PCA9553
#include "Arduino.h"
#include "Wire.h"
#include "PCA9553.h"

View File

@ -15,7 +15,7 @@
"type": "git",
"url": "https://github.com/RobTillaart/PCA9553.git"
},
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT",
"frameworks": "*",
"platforms": "*",

View File

@ -1,5 +1,5 @@
name=PCA9553
version=0.4.0
version=0.4.1
author=Rob Tillaart <rob.tillaart@gmail.com>
maintainer=Rob Tillaart <rob.tillaart@gmail.com>
sentence=Arduino library for PCA9553 I2C LED driver 4 channel