This website requires JavaScript.
Explore
Help
Sign In
16mm
/
intval3
Watch
1
Star
0
Fork
You've already forked intval3
0
Code
Issues
1
Pull Requests
9
Projects
Releases
Wiki
Activity
9ceb17c03b
intval3
/
tests
/
index.js
7 lines
90 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Install with latest node.js and latest npm Create a sim library as a fallback for the on off module, for development
2017-08-28 12:49:47 +00:00
'use strict'
Refactor intval library to use object. The nature of the GPIO module in use breaks references to this
2017-10-20 01:52:13 +00:00
const
intval
=
require
(
'../lib/intval'
)
Add beginnings of the arbitrary exposure time logic. Test with /tests/index.js file
2017-10-20 23:36:23 +00:00
intval
.
init
(
)
OK backwards microswitch logic is not sound. Please revisit.
2017-10-20 23:38:26 +00:00
Match exposure time to intval2 logic. Try a 5 second exposure time.
2017-10-20 23:44:58 +00:00
intval
.
setTime
(
5000
)