LED blink, no delay(), one line of code

This page summarizes the projects mentioned and recommended in the original post on /r/arduino

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ArduinoCore-avr

    The Official Arduino AVR core

    In this particular case, the call to digitalWrite is the major execution time (CPU cycle) hog. That's a highly (code / execution) inefficient routine. It tests all sorts of things to figure out how to actually change the pin state. See https://github.com/arduino/ArduinoCore-avr/blob/master/cores/arduino/wiring_digital.c

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • PhotoLife

    Conway's Game of Life, running in a Photoframe, on an Arduino

    And already used one of in my projects: https://github.com/jackmachiela/PhotoLife

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Open Source security camera on Raspberry Pi

    7 projects | news.ycombinator.com | 15 Sep 2024
  • I3wm Inspired Wm for Windows

    7 projects | news.ycombinator.com | 14 Sep 2024
  • Shut up TensorFlow

    1 project | dev.to | 15 Sep 2024
  • How to optimize boot time in user space on a Raspberry Pi 4 / Boot2Qt

    2 projects | news.ycombinator.com | 15 Sep 2024
  • Redis has adopted the fast_float C++ library for faster number parsing

    1 project | news.ycombinator.com | 15 Sep 2024

Did you konow that C is
the 7th most popular programming language
based on number of metions?