Difference between revisions of "HydLib"

From Hydrover
Jump to: navigation, search
Line 1: Line 1:
 
HydLib is a library that interface the PAWN language with the masters [[H6105-D]] or [[HYD-LCD]]
 
HydLib is a library that interface the PAWN language with the masters [[H6105-D]] or [[HYD-LCD]]
  
it is composed of two files:
+
it is composed of the following files:
  
 +
* <code>default.inc</code>, the default include
 
* <code>hydlib_cp.inc</code>, for the [[H6105-D]] master
 
* <code>hydlib_cp.inc</code>, for the [[H6105-D]] master
 
* <code>hydlib_lcd.inc</code>, for the [[HYD-LCD]] master
 
* <code>hydlib_lcd.inc</code>, for the [[HYD-LCD]] master
Line 8: Line 9:
 
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 the global PAWN include folder ( see [[Configuration of PAWN and HydLib]] )

Revision as of 12:11, 13 June 2017

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

it is composed of the following files:

  • default.inc, the default include
  • 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 the global PAWN include folder ( see Configuration of PAWN and HydLib )