joytest/joytest/pdlread.h

20 lines
341 B
C

//
// pdlread.h
// joytest
//
// Created by Jeremy Rand on 2020-06-09.
// Copyright © 2020 Jeremy Rand. All rights reserved.
//
#ifndef _GUARD_PROJECTjoytest_FILEpdlread_
#define _GUARD_PROJECTjoytest_FILEpdlread_
#include <stdint.h>
extern uint8_t pdlRead(uint8_t pdlNum);
#endif /* define _GUARD_PROJECTjoytest_FILEpdlread_ */