DavidZemon / ProjectorStand

0 stars 0 forks source link

MCP3208 driver needs to support single pin for both MOSI and MISO #3

Open DavidZemon opened 5 years ago

DavidZemon commented 5 years ago

The Propeller ASC+ uses a single Propeller pin for both DIN and DOUT... need to add support for that.

DavidZemon commented 5 years ago

Pinout on ASC+ is:

CLK: P25 DIN: P26 !CS: P27

DavidZemon commented 5 years ago

@ericpine This is hopefully working correctly in v0.0.3... but I haven't tested it on a real MCP3xxx device. Please let me know if you have any issues. If it's actually working right off the bat, go ahead and close it.