Library for Princeton PT6318 VFD controller Initial version for KUH8300.

PT6318_Config.h

Committer:
wim
Date:
2016-06-19
Revision:
1:a7a518dbca96
Parent:
0:e5741b4e6a1a

File content as of revision 1:a7a518dbca96:

/* mbed PT6318 Library, for Princeton PT6318 VFD controller
 * Copyright (c) 2016, v01: WH, Initial version, KUH8300
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */

#ifndef PT6318_CONFIG_H
#define PT6318_CONFIG_H

// Select one of the testboards for Princeton PT6318 VFD controller
#define PT6318_TEST    0 
#define KUH8300_TEST   1 

// Select the display mode: only digits and hex or ASCII
#define SHOW_ASCII     1 

#endif