projects
/
bort-panel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a315fde
)
fixaroonie
author
Ian Sutton
<ian.sutton@ibm.com>
Thu, 27 Dec 2018 23:49:35 +0000
(17:49 -0600)
committer
Ian Sutton
<ian.sutton@ibm.com>
Thu, 27 Dec 2018 23:49:35 +0000
(17:49 -0600)
pins.c
patch
|
blob
|
blame
|
history
diff --git
a/pins.c
b/pins.c
index 839ba98b0c19f33c05af081393df732c94a9c05d..48433c5cbe7e3ef1d2aaccf66eaa9ac02cfc12fc 100755
(executable)
--- a/
pins.c
+++ b/
pins.c
@@
-89,19
+89,18
@@
int main(int argc, char *argv[]) {
LO("clk");
HI("clkinh");
HI("clr");
-
LO
("shld");
+
HI
("shld");
sleep(1);
for(;;){
LO("clk");
HI("clkinh");
HI("clr");
-
LO
("shld");
+
HI
("shld");
kd2();
kd2();
clear();
- tick(4);
LO("clk");
LO("shld");
kd2();
@@
-111,7
+110,7
@@
for(;;){
kdh();
LO("clk");
-
LO
("shld");
+
HI
("shld");
kdh();
kdh();
HI("clk");
@@
-122,6
+121,6
@@
for(;;){
kd2();
HI("clk");
kd2();
- tick(
10
);
+ tick(
8
);
}
}