feat(brake): implement brake feature

This commit is contained in:
Cyrille Nofficial
2022-09-05 15:30:26 +02:00
parent dd0102ff44
commit 838c9b4ef3
11 changed files with 425 additions and 34 deletions

3
pkg/types/types.go Normal file
View File

@ -0,0 +1,3 @@
package types
type Throttle float32