Notifications
Clear all

[Mark Solved / Archieved] libs for zero2go omini

2 Posts
2 Users
0 Reactions
298 Views
(@gabenj)
Posts: 1
New Member
Topic starter
 

Hi does anyone knows where to get the libs for zero2go omini sketch?

#include <core_timers.h>  // ATtiny_Timeinterrupt.h?

#include <analogComp.h> // ?

#include <avr/sleep.h> //DeepSleepScheduler by Pete maybe?

#include <WireS.h>     // Wire.h  or AceWire by Brian T Park maybe?

#include <EEPROM.h>  //this seems o.k. part of standard arduino libs

 
Posted : 23/02/2025 6:03 pm
(@admin)
Posts: 629
Member Admin
 

The most important library is ATtinyCore, which provides "core_timers.h" and "sleep.h":

ATtinyCore (V1.3.2): https://github.com/SpenceKonde/ATTinyCore

Back then we used version 1.3.2, however you may probably use the latest version (testings will be needed of course).

The WireS library was needed because the older version of ATtinyCore doesn't include one:

WireS (V1.0.0): https://github.com/orangkucing/WireS

If you use the latest ATtinyCore, most probably you don't need WireS library anymore.

The "analogComp.h" is from the analogComp library:

https://github.com/orangkucing/analogComp

 

 

 

 
Posted : 24/02/2025 8:31 am
Join Waitlist We will inform you when the product arrives in stock. Please leave your valid email address below.