im scaffolding it but first I recon I will make this transfer data to the lcd and then we will take a look at making it pretty
7 lines
188 B
Go
7 lines
188 B
Go
package services
|
|
|
|
// Telemetry will be our base struct to handle telemetry data
|
|
// It should hook to a data sink and handle it like iRacing, BeamNG, AC and so on
|
|
type Telemetry struct {
|
|
}
|