The SPLat Tutorial

  1. Connecting your controller
    1. TTL Serial
    2. RS232
    3. USB
  2. Hello World
    1. LED Flasher
    2. Character LCD
    3. Touchscreen
  3. SPLat/PC I/O Windows
  4. Labels, Instructions and Comments
  5. Number formats
    Decimal (default), % = binary, ' = hexadecimal, T/F true/false, "" ASCII char (ie, LoadX "A")
  6. Variables
    Auto / Manual assignment
  7. The 8 bit stack
  8. Digital inputs & outputs
  9. Analogue inputs and outputs
    What is normalised, why use it (it's independent of the ADC/DAC resolution).
    Thermistor example
  10. Floating point
  11. Subroutines
  12. Multitasking
  13. Indexing
  14. Timers
  15. Serial Communications?
  16. Debugging
    Serial / SPLatLink
  17. Non-volatile storage
    ("#" for 16 bit)
  18. Builder