more comments, add Milliamperes type.

This commit is contained in:
Sebastian Zagrodzki
2017-04-09 18:15:48 +02:00
parent e6f6a4f76e
commit af00028b97
2 changed files with 40 additions and 9 deletions

View File

@@ -217,3 +217,5 @@ var deviceSpeedDescription = map[DeviceSpeed]string{
func (s DeviceSpeed) String() string {
return deviceSpeedDescription[s]
}
type Milliamperes uint