Skip to content
Snippets Groups Projects
Commit e05c300b authored by Sam Calisch's avatar Sam Calisch
Browse files

comment

parent 26526bdb
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -51,6 +51,8 @@ void setup(){ ...@@ -51,6 +51,8 @@ void setup(){
gpiote_init(); gpiote_init();
NRF_TIMER2->TASKS_START = 1; NRF_TIMER2->TASKS_START = 1;
while(1){}; while(1){};
//this should output a 8MHz square wave on TEST_PIN
} }
void loop(){} void loop(){}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment