Skip to content

Commit

Permalink
lib/lego: add Technic large angular motor ID
Browse files Browse the repository at this point in the history
Add Technic Medium Angular Motor (Design ID 69730, "motor no.15")
  • Loading branch information
JorgePe authored and laurensvalk committed Nov 13, 2020
1 parent d0fde86 commit dc22e36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/lego/lego_uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,9 @@ typedef enum {
/** Technic Medium Angular Motor */
LUMP_TYPE_ID_TECHNIC_M_ANGULAR_MOTOR = 75,

/** Technic Large Angular Motor */
LUMP_TYPE_ID_TECHNIC_L_ANGULAR_MOTOR = 76,

} lump_type_id_t;

/**
Expand Down

0 comments on commit dc22e36

Please sign in to comment.