View Issue Details

IDProjectCategoryView StatusLast Update
0000075GC StudioUser Snippetspublic2022-03-04 07:39
Reporterevanvennn Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version0.06.2 
Target Version0.07Fixed in Version0.07 
Summary0000075: 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",
    ""

    ],
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

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