-
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.
fixing timing from 1s delay to 0.25s delay
- Loading branch information
1 parent
aa4388c
commit db8e2d8
Showing
19 changed files
with
1,649 additions
and
1,337 deletions.
There are no files selected for viewing
342 changes: 342 additions & 0 deletions
342
dist/default/production/VirtualWall_V1_PIC12F683.X.production.cmf
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
42 changes: 42 additions & 0 deletions
42
dist/default/production/VirtualWall_V1_PIC12F683.X.production.hex
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,42 @@ | ||
:020000000F28C7 | ||
:10000800FE00030EF0000408F1000A08F200831253 | ||
:100018007F08F300272910288301122851308316FE | ||
:100028008F0083129F0183169F011F088F39103894 | ||
:100038009F001F1407308312990083168501051449 | ||
:10004800831285010C3083169200043083129200CB | ||
:1000580006309300103098008316811110308312F7 | ||
:10006800950090121012901510159014E0308F0022 | ||
:100078008E018B018B120B110C1083160C148B172D | ||
:100088000B1783129F171F13F3309F051F144C285B | ||
:100098008312AB01AC0100302C02783003192B021B | ||
:1000A8000318F228AF01B00100303002F030031914 | ||
:1000B8002F020318E5280530F4000030F500300859 | ||
:1000C800F7002F08F600F52074087504031D802832 | ||
:1000D80083129F149F186E281E08AA0083161E08F4 | ||
:1000E8008312A90002302A02293003192902031CAD | ||
:1000F8007F288510802885148312AD01AE01003059 | ||
:100108002E02083003192D020318D2282D0AA40044 | ||
:100118000130A5000030A60094280310A50DA60DF7 | ||
:10012800A40B9128A2302505A70000302605A800B9 | ||
:1001380027082804031DB2281C309500A630831216 | ||
:10014800A400A40BA528103083129500D630831282 | ||
:10015800A400AE28AF28A40BAD28C4281C308312F5 | ||
:100168009500D6308312A400B928BA28A40BB82861 | ||
:10017800103083129500A6308312A400A40BC22865 | ||
:1001880001308312AD070318AE0A0030AE07003005 | ||
:100198002E02083003192D02031C8A2885188510A1 | ||
:1001A80010146300831210100130AF070318B00A4F | ||
:1001B8000030B00700303002F03003192F02031C62 | ||
:1001C8005F280130AB070318AC0A0030AC070030D9 | ||
:1001D8002C02783003192B02031C56281F106300C9 | ||
:1001E8000F287408750403192229F901F90AF51B67 | ||
:1001F800092901300310F40DF50DFF3E031DFE28FB | ||
:100208000130F8007808F907FB2875087702031D04 | ||
:100218000F2974087602031C17297408F60275085A | ||
:10022800031CF703F70201300310F50CF40CFF3E32 | ||
:10023800031D18290130F902031D09297708F50063 | ||
:100248007608F40008000C1C2D290C10E0308F00F3 | ||
:100258008E017308FF0072088A0071088400700E0E | ||
:080268008300FE0E7E0E09006A | ||
:02400E00D4F0EC | ||
:00000001FF |
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
953 changes: 953 additions & 0 deletions
953
dist/default/production/VirtualWall_V1_PIC12F683.X.production.lst
Large diffs are not rendered by default.
Oops, something went wrong.
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
6 changes: 3 additions & 3 deletions
6
...irtual_Wall_V1_PIC12F683.X.production.mum → ...VirtualWall_V1_PIC12F683.X.production.mum
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,9 +1,9 @@ | ||
|
||
Memory Summary: | ||
Program space used DDh ( 221) of 800h words ( 10.8%) | ||
Data space used 15h ( 21) of 70h bytes ( 18.8%) | ||
Program space used 134h ( 308) of 800h words ( 15.0%) | ||
Data space used 1Dh ( 29) of 70h bytes ( 25.9%) | ||
EEPROM space used 0h ( 0) of 100h bytes ( 0.0%) | ||
Data stack space used 0h ( 0) of 45h bytes ( 0.0%) | ||
Data stack space used 0h ( 0) of 3Fh bytes ( 0.0%) | ||
Configuration bits used 1h ( 1) of 1h word (100.0%) | ||
ID Location space used 0h ( 0) of 4h bytes ( 0.0%) | ||
|
Binary file not shown.
Binary file not shown.
Oops, something went wrong.