Difference between revisions of "Hydrover Developement System"

From Hydrover
Jump to: navigation, search
(Tools Index)
Line 1: Line 1:
 
The Hydrover Developement System is a collection of software tools and libraries that you can use for free to develop your applications.
 
The Hydrover Developement System is a collection of software tools and libraries that you can use for free to develop your applications.
 +
 +
It is mainly base on:
 +
 +
* [https://notepad-plus-plus.org Notepad++], powerfull programming editor
 +
* [https://www.compuphase.com/pawn/pawn.htm PAWN], scripting language
 +
* [[HydLib]], library that interface the PAWN language with the hardware
  
 
== Tools ==
 
== Tools ==

Revision as of 13:29, 2 June 2017

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

It is mainly base on:

  • Notepad++, powerfull programming editor
  • PAWN, scripting language
  • HydLib, library that interface the PAWN language with the hardware

Tools

Here you can find all the software that you need to get started in programming.

  • HydDevKit all in one package with all programs, libraries and device drivers for all our boards


If you prefer to download from the original Author's pages:

  • 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 )

Tutorials

Developement System

PAWN Programming

Examples

Wiring

Programming