Plik podprogramu oscyloskopu. More...
#include <avr/io.h>#include <util/delay.h>#include <avr/pgmspace.h>#include <avr/interrupt.h>#include "Grafika.h"#include "ADC.h"#include "Keyboard.h"#include "lcd132x64.h"#include "Multimetr.h"Functions | |
| ISR (DMA_CH1_vect) | |
| ISR (DMA_CH2_vect) | |
| void | Oscyloskop (void) |
| Funkcja glowna oscyloskopu. | |
Variables | |
| uint8_t | kan1_lcd [] |
| uint8_t | kan2_lcd [] |
| int16_t | kan1_in [512] |
| int16_t | kan2_in [512] |
| const uint16_t Time_tab[15] | PROGMEM |
| Tablica dzielnikow dla wyboru podstawy czasu. | |
| static int16_t | ypos1 = 128 |
| static int16_t | ypos2 = 128 |
| static int16_t | xpos = 62 |
| static uint8_t | Vdiv1 = 0 |
| static uint8_t | Vdiv2 = 0 |
| static uint8_t | Sdiv = 7 |
| static uint8_t | trig_type = 2 |
| static int8_t | lev = 0 |
| static uint8_t | type = 0 |
Plik podprogramu oscyloskopu.
| void Oscyloskop | ( | void | ) |
Funkcja glowna oscyloskopu.
| const uint8_t Gain_tab [10] PROGMEM |
Tablica dzielnikow dla wyboru podstawy czasu.
Tablica dzielnikow dla wyboru podstawy czasu.
Tablica funkcji sin [0, 2.5PI].
Napisy menu ustawień
Napisy z predkosciami UART hektoPredkosci UART (Wojciech Meler)
1.8.1.2