MCPcopy
hub / github.com/tinygo-org/tinygo / ADC

Struct ADC

src/machine/machine.go:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type ADC struct {
66 Pin Pin
67}
68
69// Convert the pointer to a uintptr, to be used for memory I/O (DMA for
70// example). It also means the pointer is "gone" as far as the compiler is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected