Skip to content

Commit

Permalink
Added source log
Browse files Browse the repository at this point in the history
  • Loading branch information
Menno Lodder committed Jan 14, 2024
1 parent 0cb1ee4 commit 29ebda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SharpBrick.PoweredUp/Devices/TechnicLargeLinearMotor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ public TechnicLargeLinearMotor(ILegoWirelessProtocol protocol, byte hubId, byte
: base(protocol, hubId, portId)
{ }

public IEnumerable<byte[]> GetStaticPortInfoMessages(Version softwareVersion, Version hardwareVersion, SystemType systemType)
public IEnumerable<byte[]> GetStaticPortInfoMessages(Version softwareVersion, Version hardwareVersion, SystemType systemType)
// Captured using TechnicLargeLinearMotor(HW: 0.0.0.1000 / SW: 0.0.0.1000)
=> @"
0B-00-43-00-01-0F-05-1E-00-1F-00
07-00-43-00-02-0E-00
Expand Down

0 comments on commit 29ebda5

Please sign in to comment.