View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000075 | GC Studio | User Snippets | public | 2022-03-01 10:08 | 2022-03-04 07:39 |
| Reporter | evanvennn | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.06.2 | ||||
| Target Version | 0.07 | Fixed in Version | 0.07 | ||
| Summary | 0000075: Add UNO snippet | ||||
| Description | "UNO Template":{ "prefix": "__UNO_Template", "body": [ "/*", "A demonstration program for GCGB and GCB.", "--------------------------------------------------------------------------------", "This program is for an UNO", "", "", "@author ${1:Author}", "@license GPL", "@version ${2:Version}", "@date $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE", "", " ------------PORTA---------------", "Bit#: -7---6---5---4---3---2---1---0---", "IO: ---------------------------------", "IO: ---------------------------------", "", " ------------PORTB----------------", "Bit#: -7---6---5---4---3---2---1---0---", "IO: --------LED----------------------", "IO: ---------------------------------", "", " ------------PORTC----------------", "Bit#: -7---6---5---4---3---2---1---0---", "IO: ---------------------------------", "IO: ---------------------------------", "", "*/", "", "", "#CHIP mega328p, 16", "#OPTION EXPLICIT", "", "do", " PulseOut Portb.5, 100 ms", " Wait 900 ms", " ", "loop", "" ], | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-03-01 10:08 | evanvennn | New Issue | |
| 2022-03-02 05:16 | angel-spartan | Status | new => resolved |
| 2022-03-02 05:16 | angel-spartan | Resolution | open => fixed |
| 2022-03-02 05:16 | angel-spartan | Product Version | => 0.06.2 |
| 2022-03-02 05:16 | angel-spartan | Fixed in Version | => 0.07 |
| 2022-03-02 05:16 | angel-spartan | Target Version | => 0.07 |
| 2022-03-04 07:39 | angel-spartan | Status | resolved => closed |