changed from bit shifts to numbers.
This commit is contained in:
parent
a123d917d3
commit
8a49ca42a7
|
@ -10,9 +10,9 @@
|
||||||
#ifndef ENABLE
|
#ifndef ENABLE
|
||||||
#define ENABLE
|
#define ENABLE
|
||||||
|
|
||||||
#define EN1 (1<<2)
|
#define EN1 2
|
||||||
#define EN2 (1<<3)
|
#define EN2 3
|
||||||
#define EN3 (1<<2)
|
#define EN3 2
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets all the Enable pins high.
|
* Sets all the Enable pins high.
|
||||||
|
|
Loading…
Reference in New Issue