🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

@mchp-mcc/i2c-client-driver

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mchp-mcc/i2c-client-driver - npm Package Compare versions

Comparing version

to
2.0.0

Changelog.md

2

output/nullPrototype.json

@@ -7,3 +7,3 @@ {

"name": "i2c-client-basic",
"version": "1.0.0"
"version": "2.0.0"
}

@@ -10,0 +10,0 @@ }

{
"name": "@mchp-mcc/i2c-client-driver",
"version": "1.0.0",
"version": "2.0.0",
"scf": {

@@ -74,3 +74,3 @@ "reducer": "auto",

"@microchip/fosc-hz": "^0.1.2",
"@microchip/i2c-client-basic": "^1.0.0",
"@microchip/i2c-client-basic": "2.0.0",
"@microchip/pin-standard": "^0.2.14",

@@ -92,3 +92,3 @@ "@microchip/scf-automodule-interface": "^0.17.0",

"@microchip/pic-8bit-types": "^5.0.1",
"@microchip/run-directory": "^2.5.3",
"@microchip/run-directory": "^2.3.58",
"@microchip/run-directory-future": "^1.0.5",

@@ -95,0 +95,0 @@ "@microchip/scf-automodule": "^4.14.6",

@@ -12,8 +12,16 @@ # MCC Melody I2C Client Driver

- Clock Stretching to provide delays for the Processor.
- Both 7-Bit and 10-Bit Device Addresses are supported.
## PIC, dsPIC & AVR MCUs
- Supports Clock Stretching.
- Supports 7-Bit and 10-Bit Device Address based on the hardware feature supported by selected PLIB.
- The driver supports configurable Address Masking.
- Supports Interrupt driven(dsPIC, PIC, AVR) & Polling(PIC & AVR) driver.
# Changelog
## [1.0.0]
- Initial release version
All notable changes to this project will be documented in this file.
## [2.0.0] - 2021-12-15
### New Features
- **CC16SCRIP-3204** :- Update to make Clock stretching a read-only component depending on the selected PLIB.
- **CC16SCRIP-3167** :- Updates to dynamically update Address and Mask ranges depending on the selected PLIB.

@@ -32,3 +32,3 @@ {

"name": "i2c-client-basic",
"version": "1.0.0"
"version": "2.0.0"
}

@@ -60,3 +60,3 @@ },

"type": "boolean",
"defaultValue": false,
"defaultValue": true,
"group": "software",

@@ -63,0 +63,0 @@ "tabs": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet