Skip to content

Commit

Permalink
Support for Technic Small Hub and Technic Small Angular Motor
Browse files Browse the repository at this point in the history
  • Loading branch information
nathankellenicki committed Sep 15, 2021
1 parent e3259f4 commit 7b1fdb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/hubs/technicsmallhub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ export const PortMap: {[portName: string]: number} = {
"B": 1,
"HUB_LED": 49,
"CURRENT_SENSOR": 59,
"VOLTAGE_SENSOR": 60
"VOLTAGE_SENSOR": 60,
"ACCELEROMETER": 97,
"GYRO_SENSOR": 98,
"TILT_SENSOR": 99
};

0 comments on commit 7b1fdb4

Please sign in to comment.