Skip to content

2mac/irchrono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

irchrono

An Arduino chronograph using infrared light sensors.

Notes

This sketch uses the micros() function which will overflow in less than an hour. It is assumed that one would not go for more than a few seconds between triggering the sensors, so this would not affect normal operation. If your use case involves several minutes between the sensors, you should use the millis() function instead which will take days to overflow.

About

Arduino chronograph using infrared sensors

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages