DTTestPage

This is a test of the emergency Swordfish system. For the next 60 seconds I will be waisting your time with useless stuff. Hmm, let's see what we can do.

Picture (apparently must be approved)

Switch Debounce

Highlighted Code

// if device and clock are omitted, then the compiler defaults to 
// 18F452 @ 20MHz - they are just used here for clarity...
Device = 18F452
Clock = 20

// import libraries...
Include "usart.bas"
SetBaudrate(br19200)
USART.Write("Hello World", 13, 10)                // string
 

Un-highlighted code

// if device and clock are omitted, then the compiler defaults to 
// 18F452 @ 20MHz - they are just used here for clarity...
Device = 18F452
Clock = 20

// import libraries...
Include "usart.bas"
SetBaudrate(br19200)
USART.Write("Hello World", 13, 10)                // string

Normal Link http://www.sfcompiler.co.uk


Header

Ok, I think I've got it :)