https://github.com/borud/laser
Code for laser experiments
https://github.com/borud/laser
Last synced: 12 months ago
JSON representation
Code for laser experiments
- Host: GitHub
- URL: https://github.com/borud/laser
- Owner: borud
- Created: 2016-02-14T17:24:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T23:39:38.000Z (about 10 years ago)
- Last Synced: 2025-02-24T10:43:54.229Z (over 1 year ago)
- Language: Arduino
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laser controller
I'm not sure this is interesting to anyone but me. This repository
contains some Arduino code to control the focus and firing of a laser
so that I can experiment with it at a safe distance.
The code isn't done yet since it doesn't contain any of the stuff for
actually firing the laser.
## CustomStepper
Since this library isn't available in the official Arduino library
manager I decided to include it. You will have to copy (or symlink)
this directory into your Arduino/libraries directory to use it. I am
including it as a convenience so you won't have to go on an easter egg
hunt.