Difference between revisions of "HydLib"

From Hydrover
Jump to: navigation, search
(Creata pagina con "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, for the H6105-D master * hydli...")
 
 
(4 intermediate revisions by the same user not shown)
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:
  
* hydlib_cp, for the [[H6105-D]] master
+
* <code>default.inc</code>, the default include
* hydlib_lcd, for the [[HYD-LCD]] master
+
* <code>hydlib_cp.inc</code>, for the [[H6105-D]] 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
+
they should be added to the global PAWN include folder ( see [[Installation of HydLib]] )

Latest revision as of 12:30, 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 Installation of HydLib )