-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logging de cada módulo e interface serial
- Loading branch information
1 parent
c1779ff
commit 89cb341
Showing
16 changed files
with
179 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"files.associations": { | ||
"*.tcc": "cpp", | ||
"regex": "cpp" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,9 @@ | ||
% | ||
(Header) | ||
(Generated by gcodetools from Inkscape.) | ||
(Using default header. To add your own header create file "header" in the output dir.) | ||
M3 | ||
(Header end.) | ||
G21 (All units in mm) | ||
|
||
(Start cutting path id: rect5810) | ||
(Change tool to Default tool) | ||
|
||
G00 Z5.000000 | ||
G00 X46.857647 Y218.081856 | ||
|
||
G01 Z-1.000000 F100.0(Penetrate) | ||
G01 X162.416370 Y218.081856 Z-1.000000 F400.000000 | ||
G01 X162.416370 Y117.672590 Z-1.000000 | ||
G01 X46.857647 Y117.672590 Z-1.000000 | ||
G01 X46.857647 Y218.081856 Z-1.000000 | ||
G00 Z5.000000 | ||
|
||
(End cutting path id: rect5810) | ||
|
||
|
||
(Footer) | ||
M5 | ||
G00 X0.0000 Y0.0000 | ||
M2 | ||
(Using default footer. To add your own footer create file "footer" in the output dir.) | ||
(end) | ||
% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,7 @@ class SensorCurso { | |
int pin; | ||
}; | ||
|
||
extern SensorCurso sensorCurso1; | ||
extern SensorCurso sensorCurso2; | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.