UNPKG
ev3brickpi
Version:
latest (0.1.0)
0.1.0
A NodeJS library for working with the BrickPi and EV3 sensors and motors.
rollflip/ev3brickpi
ev3brickpi
/
EV3BrickPi.js
3 lines
•
72 B
JavaScript
View Raw
1
2
3
module
.
exports
=
function
(
width, height
) {
return
width * height; };