![]() |
Repetier-Firmware
0.80
|
#include "Reptier.h"
#include <avr/pgmspace.h>
#include "ui.h"
#include <math.h>
#include <stdlib.h>
#include <inttypes.h>
#include <avr/io.h>
#include <avr/interrupt.h>
#include <compat/twi.h>
#include "Eeprom.h"
#include <ctype.h>
Defines | |
#define | UI_MAIN |
Functions | |
void | beep (byte duration, byte count) |
Variables | |
const int8_t encoder_table[16] | PROGMEM = {0,0,-1,0,0,0,0,1,1,0,0,0,0,-1,0,0} |
long | ui_autoreturn_time = 0 |
#define UI_MAIN |
void beep | ( | byte | duration, |
byte | count | ||
) |
const int8_t encoder_table [16] PROGMEM = {0,0,-1,0,0,0,0,1,1,0,0,0,0,-1,0,0} |
long ui_autoreturn_time = 0 |