device-envoy-rp 0.1.0

Build Pico applications with LED panels, easy Wi-Fi, and composable device abstractions
Documentation
{
	"folders": [
		{
			"path": ".."
		},
		{
			"path": "../../ir-voice"
		}
	],
	"settings": {
		"rust-analyzer.cargo.allTargets": false,
		"rust-analyzer.cargo.features": [
			"pico1",
			"arm",
			"wifi"
		],
		"rust-analyzer.cargo.noDefaultFeatures": true,
		"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
		"rust-analyzer.check.overrideCommand": [
			"cargo",
			"check",
			"--package",
			"device-envoy",
			"--features",
			"pico1,arm,wifi",
			"--no-default-features",
			"--target",
			"thumbv6m-none-eabi"
		],
		"terminal.integrated.shellIntegration.enabled": true
	}
}