Outdated ATTinyCore with i2c error
See original GitHub issueCurrent version 1.5.2: https://github.com/SpenceKonde/ATTinyCore/releases
I see in output:
PACKAGES:
- framework-arduinoavr 4.1.2
- toolchain-atmelavr 1.50400.190710 (5.4.0)
It’s hidden core version. Your version is 1.2.0:
.platformio/packages/framework-arduinoavr/libraries/__cores__/tiny/ATTinyCore/library.properties
name=ATTinyCore
version=1.2.0
author=Spence Konde
maintainer=Spence Konde <spencekonde@gmail.com>
-
Where is framework-arduinoavr downloads 1.2.0 ATTinyCore?
-
How I can use another ATTinyCore version safety?
Remark: I love platformio, opensourse and library management. BUT I can’t understand how Platformio framework management works! It wastes a lot of time for debugging framework errors!
Issue Analytics
- State:
- Created 3 years ago
- Comments:23 (11 by maintainers)
Top Results From Across the Web
ATtiny84 with LIS3DH error with I2C - Arduino Forum
I have an issue when trying to use the Adafruit LIS3DH library with the ATTinyCore. The error I receive is with initializing the...
Read more >SpenceKonde/ATTinyCore - Gitter
I found a minor mistake in the picture of the pinout of ATtiny/24/44/84. ... Hey Guys, I try to program an ATtiny24 as...
Read more >How to Connect an I2C Lcd Display to an Arduino Uno Tutorial
Some Arduino models use different pins for the I2C connections, if you are not using ... Select the Code button and download zip...
Read more >Programming ATtinys with Arduino 1.6.8 [Updated]
I recently decided to try version 1.6.8, to see if my old projects ... for information about how to remove them), and the...
Read more >ATTiny85 Connects to I2C OLED Display - Great Things Can ...
All parts are through-hole and can be soldered old fashioned with soldering iron. Scope of supply: PCB 21x28mm with M3 fixing hole; 1x...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The ATTinyCore has been updated to the latest v1.5.2 in the dev branch, please test it with the upstream platform:
Thanks a lot!