1
0
mirror of https://github.com/kidoman/embd synced 2024-05-29 07:08:04 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
npotts
9242ae8dd9 Be more explicit in what is geting bitshifted
Signed-off-by: npotts <npotts@users.noreply.github.com>
2016-01-10 00:51:02 -07:00
npotts
24e96ba433 12 bit ADC needs to have initial request bits shifted a bit 2016-01-10 00:23:03 -07:00
npotts
9f861dd162 Minor tweaks to work with 12-bit variat MCP3208, which is identical to the MCP3008 execpt for being 12 bits.
Signed-off-by: npotts <npotts@users.noreply.github.com>
2016-01-09 23:59:27 -07:00
Wu Jiang
42be169804 Fix typo
TransferAndRecieveData --> TransferAndReceiveData
2015-12-22 12:54:33 -05:00
kunalpowar
66b6aaf1a9 spi: added go doc and updated readme 2014-05-22 12:10:14 +05:30
kunalpowar
32c9a96af5 spi: remove types from const declarations and added few more go docs 2014-05-22 02:58:15 +05:30
kunalpowar
67d316851a spi: finishing touches 2014-05-22 02:22:18 +05:30
kunalpowar
dbc97bd15c mcp3008: changes to use external spiBus 2014-05-22 02:22:18 +05:30
kunalpowar
1bb2bac8f1 spi: variables/method name, err handling changes to follow idiomatic go 2014-05-22 02:22:18 +05:30
kunalpowar
59958d7dfc mcp3008: added package and samples for mcp3008 10-bit 8-channel adc 2014-05-03 21:35:09 +05:30