blink65 1.0
Write Arduino-style sketches for VIC-20 and Commodore 64.
Loading...
Searching...
No Matches
Macros
pins.h File Reference

Go to the source code of this file.

Macros

#define NUM_DIGITAL_PORTS   2
 
#define NUM_DIGITAL_PINS   9
 
#define NUM_ANALOG_INPUTS   0
 
#define PIN_C   0
 PA0.
 
#define PIN_D   1
 PA1.
 
#define PIN_E   2
 PA2.
 
#define PIN_F   3
 PA3.
 
#define PIN_H   4
 PA4.
 
#define PIN_J   5
 PA5.
 
#define PIN_K   6
 PA6.
 
#define PIN_L   7
 PA7.
 
#define PIN_M   8
 CB2~, tone.
 
#define LED_BUILTIN   PIN_C
 

Macro Definition Documentation

◆ LED_BUILTIN

#define LED_BUILTIN   PIN_C

◆ NUM_ANALOG_INPUTS

#define NUM_ANALOG_INPUTS   0

◆ NUM_DIGITAL_PINS

#define NUM_DIGITAL_PINS   9

◆ NUM_DIGITAL_PORTS

#define NUM_DIGITAL_PORTS   2

◆ PIN_C

#define PIN_C   0

PA0.

◆ PIN_D

#define PIN_D   1

PA1.

◆ PIN_E

#define PIN_E   2

PA2.

◆ PIN_F

#define PIN_F   3

PA3.

◆ PIN_H

#define PIN_H   4

PA4.

◆ PIN_J

#define PIN_J   5

PA5.

◆ PIN_K

#define PIN_K   6

PA6.

◆ PIN_L

#define PIN_L   7

PA7.

◆ PIN_M

#define PIN_M   8

CB2~, tone.