Skip to content

I Made A Thing

Retro/Robot/Software/Hardware Things.

  • Home
  • GLSL Shader Coding
  • Arduino Coding
  • About

Tag: timer

Posted on April 7, 2019April 7, 2019

Arduino Code – Timed Events

In most of my Arduino projects I find myself in a situation where two things apply:

  1. My void loop() function needs to run very quickly.
  2. I need to output data to the serial window.

Unfortunately outputting to the serial window can add significant performance problems, so to keep the speed up I choose to only output every n milliseconds.

This requires a timer…

Continue reading “Arduino Code – Timed Events”

Projects

  • 3D Printing
  • Arduino Coding
  • GLSL Shader Coding
  • Self-Balancing Robot
  • Useless Box

Recent Posts

  • Revised Reality (Revision 2022 4Kb Graphics Demo)
  • GLSL Shader Shrinker
  • Aliens (Scanner scene)
  • The Exorcist (1973)
  • Innerspace (1989)

Archives

  • April 2022
  • March 2022
  • January 2022
  • December 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • September 2019
  • June 2019
  • April 2019
  • March 2019
  • February 2019
  • September 2018
  • August 2018
Proudly powered by WordPress