Versions in this module Expand all Collapse all v0 v0.0.5 Nov 27, 2024 Changes in this version + var ErrBoardNotSupported = errors.New("board not supported") + func GetTemperatures(ctx context.Context) (*systemTemperatures, error) + func ReadFileWithContext(ctx context.Context, path string) (string, error) + func ReadInt64FromFileWithContext(ctx context.Context, path string) (int64, error) + func RoundValue(f float64, places int) float64 + type CappedCollection struct + func NewCappedCollection[T interface{}](size int) *CappedCollection[T] + func (q *CappedCollection[T]) Items() []T + func (q *CappedCollection[T]) Push(item T) v0.0.4 Nov 21, 2024 Changes in this version + const LoggerName + const Namespace + const Version + var ErrNoPackageManagerFound = errors.New("no package manager found") + func GetPmicTemperature() (Temperature float64, Err error) + func GetSoCTemperature() (Temperature float64, Err error) + func InstallPackage(packageName string) error