Difference between revisions of "Hydrover Developement System"

From Hydrover
Jump to: navigation, search
(Tools Index)
Line 26: Line 26:
 
* [[Finite State Machine]]
 
* [[Finite State Machine]]
  
== Wiring Examples ==
+
== Examples ==
  
 +
=== Wiring ===
 
* [[CAN BUS wiring and terminators]]
 
* [[CAN BUS wiring and terminators]]
 
* [[H6105-D and H6103 basic input/output wiring]]
 
* [[H6105-D and H6103 basic input/output wiring]]
 
* [[H6105-D wiring a rotary encoder with push button]]
 
* [[H6105-D wiring a rotary encoder with push button]]
  
== Programming Examples ==
+
=== Programming ===
 
* [[H6105-D Hello World !!!]]
 
* [[H6105-D Hello World !!!]]
 
* [[H6105-D and H6103 basic input/output program]]
 
* [[H6105-D and H6103 basic input/output program]]
 
* [[H6105-D Encoder and Menu]]
 
* [[H6105-D Encoder and Menu]]

Revision as of 05:03, 1 June 2017

The Hydrover Developement System is a collection of strong software tools and libraryes that you can use for free to develop your applications.

Tools Index

  • PAWN the scripting language compiler
  • Notepad++ one of the most powerfull editor for programmers with syntax highlight
  • FastLCD free program that help in fast icon/image creation
  • PuTTY fast and flexible serial terminal emulator for comunication over RS-232
  • Qfsm simple and fast program that help in designing FSM ( Finite State Machine )
  • HydDevKit all in one package with all programs, libraries and device drivers for all our boards

Tutorials

Developement System

PAWN Programming

Examples

Wiring

Programming