Files
tinygo/src/examples
Ayke van Laethem 768c652468 machine: rename CPU_FREQUENCY -> CPUFrequency()
These all-caps constants aren't in the Go style, so rename it to
CPUFrequency (which is more aligned with Go style). Additionally, make
it a function so that it is possible to add support for changing the
frequency in the future.

Tested by running `make smoketest`. None of the outputs did change.
2019-12-16 20:34:39 +01:00
..
2018-11-16 23:08:41 +01:00
2018-09-17 14:03:05 +02:00
2019-09-16 13:36:37 +02:00