Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 11:4c74f41d18b2, committed 2019-06-26
- Comitter:
- albertotef
- Date:
- Wed Jun 26 01:04:00 2019 +0000
- Parent:
- 10:27c4fd258640
- Commit message:
- progra Lupe
Changed in this revision
| definitions.h | Show annotated file Show diff for this revision Revisions of this file |
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- a/definitions.h Tue Feb 26 01:24:14 2019 +0000 +++ b/definitions.h Wed Jun 26 01:04:00 2019 +0000 @@ -2,11 +2,11 @@ #define DEBUG_MODE /*CYCLES*/ -#define EXTRUDER_CYCLE 18000 //se extruye una tortilla cada x tiempo (18s) +#define EXTRUDER_CYCLE 19500 //se extruye una tortilla cada x tiempo (18s) #define CUTTER_FIRST_TIME 0 #define CUTTER_WAIT_TIMER 5000// tiempo que tarda el cortador en empezar a cortar desde que empezó a extruir el extrusor #define GRIDDLE_FIRST_TIME 0 -#define GRIDDLE_WAIT_TIMER 35000// tiempo que tarda en llegar la trotilla al punto de aplaste +#define GRIDDLE_WAIT_TIMER 31000// tiempo que tarda en llegar la trotilla al punto de aplaste #define OVEN_FIRST_TIME 0 #define OVEN_WAIT_TIMER 15000// tiempo que tarda en abrir la puerta del horno @@ -25,7 +25,7 @@ #define OVEN__WAIT_FOR_CLOSE 12000// tiempo entre que abre y cierra la puerta del horno /*GRIDDLE*/ -#define GRIDDLE_PRESS 4000// cuanto tiempo se mantiene la plancha abajo aplastando +#define GRIDDLE_PRESS 3500// cuanto tiempo se mantiene la plancha abajo aplastando #define EXTRUDER_INIT_TIME 500 #define EXTRUDER_TIME 2000
--- a/mbed.bld Tue Feb 26 01:24:14 2019 +0000 +++ b/mbed.bld Wed Jun 26 01:04:00 2019 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/e95d10626187 \ No newline at end of file +https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400 \ No newline at end of file