Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
rosere
/
Tankipoisid
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
1
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e3b721cb
authored
Dec 02, 2019
by
rosere
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tank_0.1.ino
parent
e1f559c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
tank_0.1.ino
tank_0.1.ino
View file @
e3b721cb
...
@@ -28,6 +28,7 @@ void loop() {
...
@@ -28,6 +28,7 @@ void loop() {
// Set Motor B forward
// Set Motor B forward
digitalWrite
(
in3
,
LOW
);
digitalWrite
(
in3
,
LOW
);
digitalWrite
(
in4
,
HIGH
);
digitalWrite
(
in4
,
HIGH
);
// Paneb molemad mootorid vaikselt kiiremaks keerlema
for
(
i
=
0
;
i
<
255
;
i
+=
10
)
for
(
i
=
0
;
i
<
255
;
i
+=
10
)
{
{
analogWrite
(
enA
,
i
);
// Send PWM signal to motor A
analogWrite
(
enA
,
i
);
// Send PWM signal to motor A
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment