nodesign / weio

weio
http://we-io.net
128 stars 35 forks source link

Fix #240 : pinout for production board #255

Closed ks156 closed 8 years ago

ks156 commented 8 years ago

I've kept the pre-prod pinout in WEIO_PINOUT_OLD. This pinout can be selected here : https://github.com/nodesign/weio/blob/master/IoTPy/pyuper/weio.py#L8

drasko commented 8 years ago

Please add comments when and how to use which pinout (i.e. - if you notice issue described here... use pinout... by putting this varible to ...)

ks156 commented 8 years ago

I'll write something on the wiki for that.

drasko commented 8 years ago

I think code is a better place for this. Otherwise it will be mysterious.

ks156 commented 8 years ago

Ok. Wait before merging, I'll push a new commit. Do you want to remove the UPER-1 pinout also, to clean the file ?

drasko commented 8 years ago

Is it used? If something used and needs comment how, add comment. If not used at all - remove.

ks156 commented 8 years ago

It's OK for me this time. I've removed the pinout and the init file for UPER, and added a comment to explains how to use the old pinout

drasko commented 8 years ago

Yeap, looks good now. ACK.