samd-boards

There are 5 repositories under samd-boards topic.

  • khoih-prog/ESP8266_AT_WebServer

    This is simple yet complete WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32, nRF52, etc. boards running ESP8266 AT-command shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Now with fix of severe limitation to permit sending much larger data

    Language:C++48568
  • khoih-prog/SAMD_TimerInterrupt

    This library enables you to use Interrupt from Hardware Timers on an SAMD-based board. These SAMD 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's 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'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. SAMD21 now can use 6 Timers

    Language:C++3451415
  • gdsports/DS4Gadget_HID

    USB Gadget emulating a PlayStation Dual Shock 4 compatible gamepad

    Language:C++23203
  • gdsports/NSGadget_HID

    Nintendo Switch Gamepad Gadget

    Language:C++9201
  • khoih-prog/BlynkEthernet_WM

    This is the library, designed to help you eliminate hardcoding your Blynk credentials in Mega 1280, Mega 2560, Mega ADK, Teensy, SAM DUE, SAMD, RP2040-based, etc. boards using with Ethernet shields (W5100, W5200, W5500, ENC28J60, etc).

    Language:C++1201