The KTechlab Handbook
http://docs.kde.org/
 Next

The KTechlab Handbook

David Saxton (david bluehaze.org)

Daniel Clarke

Revision 0.3.6 (2017-01-01)

KTechlab is an IDE for microcontrollers and electronics.


Table of Contents

1. Quick Tour
Introduction
Documents
Drawing
2. PIC Programs
Manipulation
Uploading
3. Circuits
Placing components
Connecting Components
Component Attributes
Simulation
Oscilloscope
Subcircuits
4. FlowCode
Introduction
Creating a Program
PIC Settings
Nestling FlowCode
5. Microbe
Introduction and General Syntax
Naming conventions
Bracing conventions
Commenting
Program Structure
Subroutines
Microbe language reference
if
alias
repeat
while
goto
call
delay
sevenseg
keypad
PIC I/O
Port Direction
Port I/O
Pin I/O
Variables
Unary Operations
Arithmetic
Comparison
6. Debugging
Starting the Debugger
Controlling the Debugger
7. FAQ

List of Examples

5.1. Simple complete Microbe program
5.2. if
5.3. goto
5.4. Defining and outputting to a seven segment
5.5. Defining and reading from a keypad
5.6. Aliasing a keypad key to a value
5.7. Setting port directions
5.8. Writing to a port
5.9. Setting and testing pin state
5.10. Comparison
 Next
   Quick Tour
http://docs.kde.org/