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
 PB0.
 
#define PIN_D   1
 PB1.
 
#define PIN_E   2
 PB2.
 
#define PIN_F   3
 PB3.
 
#define PIN_H   4
 PB4.
 
#define PIN_J   5
 PB5.
 
#define PIN_K   6
 PB6~, tone.
 
#define PIN_L   7
 PB7~, tone.
 
#define PIN_M   8
 PA2.
 
#define PIN_5   9
 SP1~.
 
#define PIN_7   10
 SP2~.
 
#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_5

#define PIN_5   9

SP1~.

◆ PIN_7

#define PIN_7   10

SP2~.

◆ PIN_C

#define PIN_C   0

PB0.

◆ PIN_D

#define PIN_D   1

PB1.

◆ PIN_E

#define PIN_E   2

PB2.

◆ PIN_F

#define PIN_F   3

PB3.

◆ PIN_H

#define PIN_H   4

PB4.

◆ PIN_J

#define PIN_J   5

PB5.

◆ PIN_K

#define PIN_K   6

PB6~, tone.

◆ PIN_L

#define PIN_L   7

PB7~, tone.

◆ PIN_M

#define PIN_M   8

PA2.