Skip to content

Commit

Permalink
Change m0110 pin configuration: swap D0 and D1
Browse files Browse the repository at this point in the history
  • Loading branch information
yashikno committed Sep 19, 2013
1 parent 58ca7b9 commit 22315fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions converter/m0110_usb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define M0110_CLOCK_PORT PORTD
#define M0110_CLOCK_PIN PIND
#define M0110_CLOCK_DDR DDRD
#define M0110_CLOCK_BIT 0
#define M0110_CLOCK_BIT 1
#define M0110_DATA_PORT PORTD
#define M0110_DATA_PIN PIND
#define M0110_DATA_DDR DDRD
#define M0110_DATA_BIT 1
#define M0110_DATA_BIT 0

#endif

0 comments on commit 22315fc

Please sign in to comment.