1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-03 11:57:38 +02:00

spi: more refactoring

This commit is contained in:
kunalpowar 2014-05-22 02:31:42 +05:30
parent 67d316851a
commit 2d3dee8764
5 changed files with 11 additions and 9 deletions

View file

@ -37,8 +37,6 @@ func main() {
if err != nil {
panic(err)
}
fmt.Printf("analog value is: %v\n", val)
}
}