Versions in this module Expand all Collapse all v0 v0.0.2 Nov 10, 2023 v0.0.1 Nov 10, 2023 Changes in this version + var Description = "A sensor that reports the clock frequencies of the Raspberry Pi." + var Model = resource.NewModel("viam-soleng", "raspi", "clocks") + var PrettyName = "Raspberry Pi Clock Sensor" + var Version = utils.Version + func NewSensor(ctx context.Context, deps resource.Dependencies, conf resource.Config, ...) (sensor.Sensor, error) + type ComponentConfig struct + func (conf *ComponentConfig) Validate(path string) ([]string, error) + type Config struct + func (c *Config) Close(ctx context.Context) error + func (c *Config) Readings(ctx context.Context, extra map[string]interface{}) (map[string]interface{}, error) + func (c *Config) Ready(ctx context.Context, extra map[string]interface{}) (bool, error) + func (c *Config) Reconfigure(ctx context.Context, _ resource.Dependencies, conf resource.Config) error