13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
![]() |
_xinfreq = 6_000_000
|
||
|
_clkmode = xtal1 + pll16x
|
||
|
vidpin = 24
|
||
|
|
||
|
obj term : "tv_text"
|
||
|
|
||
|
pub Main
|
||
|
term.start( vidpin )
|
||
|
term.str( string("Howdy, <your name>") )
|
||
|
|
||
|
waitcnt( clkfreq*2 + cnt )
|
||
|
reboot
|