Skip to content

Commit a15812c

Browse files
committed
js: update exports
1 parent d69c230 commit a15812c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/export.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ module.exports.Sensor = Sensor;
1414
module.exports.I2CSensor = I2CSensor;
1515
module.exports.PowerSupply = PowerSupply;
1616
module.exports.ServoMotor = ServoMotor;
17-
module.exports.DCMotor = DCMotor;
17+
module.exports.DCMotor = DCMotor;
18+
module.exports.LED = LED;

0 commit comments

Comments
 (0)