Difference between revisions of "Hydrover Developement System"

From Hydrover
Jump to: navigation, search
(Tools Index)
(Tools Index)
Line 5: Line 5:
 
* [https://www.compuphase.com/pawn/pawn.htm PAWN] the scripting language compiler
 
* [https://www.compuphase.com/pawn/pawn.htm PAWN] the scripting language compiler
 
* [https://notepad-plus-plus.org Notepad++] one of the most powerfull editor for programmers with syntax highlight
 
* [https://notepad-plus-plus.org Notepad++] one of the most powerfull editor for programmers with syntax highlight
 +
* [[HydDevKit]] all in one package with all programs, libraries and device drivers for all our boards
 
* FastLCD free program that help in fast icon/image creation
 
* FastLCD free program that help in fast icon/image creation
 
* [http://www.putty.org PuTTY] fast and flexible serial terminal emulator for comunication over RS-232
 
* [http://www.putty.org PuTTY] fast and flexible serial terminal emulator for comunication over RS-232
 
* [http://qfsm.sourceforge.net Qfsm] simple and fast program that help in designing FSM ( Finite State Machine )
 
* [http://qfsm.sourceforge.net 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 ==
 
== Tutorials ==

Revision as of 15:06, 1 June 2017

The Hydrover Developement System is a collection of software tools and libraries 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
  • HydDevKit all in one package with all programs, libraries and device drivers for all our boards
  • 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 )

Tutorials

Developement System

PAWN Programming

Examples

Wiring

Programming