Skip to content
Snippets Groups Projects
Commit f0d5963b authored by Neil Gershenfeld (test)'s avatar Neil Gershenfeld (test)
Browse files

wip

parent 5bf866ca
No related branches found
No related tags found
No related merge requests found
Pipeline #24284 passed
......@@ -31,6 +31,7 @@ void setup1() {
void loop1() {
//
// direct port I/O version
// 12.9 MHz at 250 MHz clock
// 9.17 MHz at 133 MHz clock
//
uint32_t pin1 = (1 << 1);
......@@ -43,6 +44,7 @@ void loop1() {
}
//
// Arduino version
// 1.11 MHz at 250 MHz clock
// 584 kHz at 133 MHz clock
//
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment