Difference between revisions of "HydLib"
From Hydrover
(2 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 | + | 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 | + | 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 )