Difference between revisions of "HydLib"

From Hydrover
Jump to: navigation, search
Line 3: Line 3:
 
it is composed of two files:
 
it is composed of two files:
  
* hydlib_cp, for the [[H6105-D]] master
+
* <code>hydlib_cp.inc</code>, for the [[H6105-D]] master
* hydlib_lcd, for the [[HYD-LCD]] master
+
* <code>hydlib_lcd.inc</code>, for the [[HYD-LCD]] master
  
 
these files are located in the '''HydLib''' folder of [[HydDevKit]]
 
these files are located in the '''HydLib''' folder of [[HydDevKit]]
  
 
they should be added to your project folder or to the global PAWN include folder ( see [[Configuration of PAWN and HydLib]] )
 
they should be added to your project folder or to the global PAWN include folder ( see [[Configuration of PAWN and HydLib]] )

Revision as of 12:05, 13 June 2017

HydLib is a library that interface the PAWN language with the masters H6105-D or HYD-LCD

it is composed of two files:

  • hydlib_cp.inc, for the H6105-D master
  • hydlib_lcd.inc, for the HYD-LCD master

these files are located in the HydLib folder of HydDevKit

they should be added to your project folder or to the global PAWN include folder ( see Configuration of PAWN and HydLib )