changed from bit shifts to numbers.

This commit is contained in:
jakeg00dwin 2024-07-28 13:22:32 -07:00
parent a123d917d3
commit 8a49ca42a7
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@
#ifndef ENABLE
#define ENABLE
#define EN1 (1<<2)
#define EN2 (1<<3)
#define EN3 (1<<2)
#define EN1 2
#define EN2 3
#define EN3 2
/**
* Sets all the Enable pins high.