An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: attiny3217

ke0ff/artemis_pll

LMX2594 PLL Synth Project Files (10 MHz to 15 GHz)

Language: G-code - Size: 34.2 MB - Last synced at: 27 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

xinsnake/attiny-lora-envsensor

ATTiny1614 + SX1276 + BME280

Language: C - Size: 145 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

MicrochipTech/PIC32CXBZ2_WBZ45x_BLE_SENSOR_Touch_ATtiny3217

"IoT Made Easy!" - Application to control the RGB led on WBZ451 Curiosity board using T10 Board and Microchip Bluetooth Data(MBD) iOS/Android app

Language: C - Size: 94.3 MB - Last synced at: 7 days ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

xukangmin/TinyCore

TinyCore boards / attiny 1 series Core, Arduino IDE Core, targets ATtiny 417 / 814 / 816 / 817 / 1614 / 1616 / 1617 / 3217 and similar MCUs

Language: C - Size: 2.47 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 36 - Forks: 9

khoih-prog/ATtiny_PWM 📦

This library enables you to use Hardware-based PWM channels on Arduino AVR ATtiny-based boards (ATtiny3217, etc.), using megaTinyCore, to create and output PWM to pins. Using the same functions as other FastPWM libraries to enable you to port PWM code easily between platforms

Language: C++ - Size: 352 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

khoih-prog/ATtiny_TimerInterrupt 📦

This library enables you to use Interrupt from Hardware Timers on Arduino AVR ATtiny-based boards (ATtiny3217, etc.) using megaTinyCore. These ATtiny Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks

Language: C - Size: 410 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0