The Wayback Machine - https://web.archive.org/web/20210831141511/https://github.com/topics/mega
Skip to content
#

mega

Here are 115 public repositories matching this topic...

This is simple yet complete WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32, RP2040-based, etc. boards running WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.). The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.

  • Updated Aug 24, 2021
  • C++

This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. 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're 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.

  • Updated Jul 20, 2021
  • C++

Improve this page

Add a description, image, and links to the mega topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mega topic, visit your repo's landing page and select "manage topics."

Learn more