Go to the source code of this file.
|
const int16_t | RS = 8 |
|
const int16_t | E = 9 |
|
const int16_t | D4 = 4 |
|
const int16_t | D5 = 5 |
|
const int16_t | D6 = 6 |
|
const int16_t | D7 = 7 |
|
const int16_t | BUTTON_PIN = 0 |
|
const int8_t | UP = 1 |
|
const int8_t | DOWN = 2 |
|
const int8_t | LEFT = 3 |
|
const int8_t | RIGHT = 4 |
|
const int8_t | SELECT = 5 |
|
static uint8_t | REG [12] |
| Register values to be written to read from. More...
|
|
static int8_t | demo_board_connected |
| Demo Board Name stored in QuikEval EEPROM. More...
|
|
char | demo_name [] = "DC1705" |
| Demo Board Name stored in QuikEval EEPROM. More...
|
|
static int16_t | pos = 5 |
|
static int8_t | MHz [6] = {0, 0, 0, 0, 0, 1} |
|
◆ lcd()
◆ loop()
static void loop |
( |
void |
| ) |
|
|
static |
◆ loop_design()
static void loop_design |
( |
| ) |
|
|
static |
◆ read_switches()
static int8_t read_switches |
( |
| ) |
|
|
static |
◆ restore_settings()
static void restore_settings |
( |
| ) |
|
|
static |
Read stored PLL settings from nonvolatile EEPROM on demo board.
Definition at line 381 of file Synth.ino.
◆ setup()
static void setup |
( |
void |
| ) |
|
|
static |
◆ store_settings()
static void store_settings |
( |
| ) |
|
|
static |
◆ write_all()
static void write_all |
( |
| ) |
|
|
static |
Write all registers for the LTC6946 and displays them.
Definition at line 413 of file Synth.ino.
◆ BUTTON_PIN
const int16_t BUTTON_PIN = 0 |
◆ D4
◆ D5
◆ D6
◆ D7
◆ demo_board_connected
int8_t demo_board_connected |
|
static |
Demo Board Name stored in QuikEval EEPROM.
Definition at line 66 of file Synth.ino.
◆ demo_name
char demo_name[] = "DC1705" |
Demo Board Name stored in QuikEval EEPROM.
Definition at line 67 of file Synth.ino.
◆ DOWN
◆ LEFT
◆ MHz
int8_t MHz[6] = {0, 0, 0, 0, 0, 1} |
|
static |
◆ pos
◆ REG
Register values to be written to read from.
Definition at line 65 of file Synth.ino.
◆ RIGHT
◆ RS
◆ SELECT
◆ UP