-
PDF
slau330a.pdf
Description VCC VCC P7.0 CB8 / A12 UCB1SOMI / UCB1SCL - SD P4.2 P7.1 CB9 / A13 UCB1SIMO / UCB1SDA - LCD/SD P4.1 P7.2 CB10 / A14 UCB1CLK / UCA1STE - LCD/SD P4.3 P7.3 CB11 / A15 UCB1STE / UCA1CLK - RF P4.0 P4.1 UCB1SIMO / UCB1SDA - LCD/SD TB0OUTH / SVMOUT - SD P3.7 P4.2 UCB1SOMI / UCB1SCL - SD GND GND P7.7
in „MSP430 ADC sehr merkwürdige Werte“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PWM21.cpp
///////////////////////////////////// // Includes #include <interrupt.h> #include <io.h> #include <LCD4Bit_mod.h>//This library file can be found here: http://www.nuelectronics.com //////////////////////////////////////////////////////////////////////////////////////////////////////////// // Constants
in „PWM mit Display und Taser“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
zbox.c
sendeLCD(0b00000001); // Display löschen } // Pins des DevLCD und des "byte": //von 7..0: DB7/DB6/DB5/DB4/RS/Beleuchtung-/Enable/XX void sendeLCD(uint8_t byte) { uint8_t tmpbyte=(byte & 0xF0) | (LCDRS<<3) |
in „UART sendet, empfängt aber nicht.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Main.vhd
-- - LCD_OUT(8) <= x"20"; -- - LCD_OUT(9) <= x"20"; -- - LCD_OUT(10) <= x"20"; -- - LCD_OUT(11) <= x"20"; -- - LCD_OUT(12) <= x"20"; -- - LCD_OUT(13) <= x"20"; -- - LCD_OUT(14) <= x"20"; -- - LCD_OUT(15) <=
in „[VHDL] Komponenten Einbinden und wegoptimieren von Signalen verhindern“ · FPGA, VHDL & Co. ·
-
Datei
ks0108.c
Remarks: this Copyright must be included * known Problems: none * Version: 1.1 * Description: Graphic Library for KS0108- (and compatible) based LCDs * */ #include <inttypes.h> #include <avr/io.h> #include <avr/pgmspace.h> #include "ks0108.h" lcdCoord ks0108Coord; uint8_t ks0108Inverted=0; ks0108FontCallback
in „ATmega16 liefert kein Signal an allen Pins außer I2c“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ks0108.c
Remarks: this Copyright must be included * known Problems: none * Version: 1.1 * Description: Graphic Library for KS0108- (and compatible) based LCDs * */ #include <inttypes.h> #include <avr/io.h> #include <avr/pgmspace.h> #include "ks0108.h" lcdCoord ks0108Coord; uint8_t ks0108Inverted=0; ks0108FontCallback
in „Display mit Controller KS0108 - Welche Datein?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ks0108.c
Remarks: this Copyright must be included * known Problems: none * Version: 1.1 * Description: Graphic Library for KS0108- (and compatible) based LCDs * */ #include <inttypes.h> #include <avr/io.h> #include <avr/pgmspace.h> #include "ks0108.h" lcdCoord ks0108Coord; uint8_t ks0108Inverted=0; ks0108FontCallback
in „Display mit Controller KS0108 - Welche Datein?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LCD_RELAY_TIMER.c
After the set time elapse the timer automatically turns the load off. The Timer uses a standart 16x2 lcd module for user interface UI. User can set the time using a 3 button keypad. After that Timer is started. While count down is in progress, the time left is displayed on screen. The program use our LCD
in „AVR Project – Relay Timer with ATmega8 AVR MCU“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
--------- Title: Überwachungssystem Author: Kornelius Tetzner File: main.c Includes: Peter Fleurry LCD library (lcd.h, lcd.c), Karl-Heinz Buchegger Debounce Makro (debounce.h) Date: 17-03-2010 Version: 1.0 Updates: Features: - LCD (Hitachi 44780 compatible) - ISD2560 Interfacing Description: --------
in „seltsames Phänomen Ausgabe auf LCD HD44780“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
lcd_doku.pdf
Nibble ausmaskieren LCD_DATA = LCD_DATA | temp; // High-Nibble an LCD uebergeben LCD_RW = 0; // LCD im Schreiben-Mode LCD_RS = 1; // LCD im Daten-Mode LCD_E = 1; // Enable (LCD) LCD_E = 0; // toggeln LCD_DATA = LCD_DATA &
in „Voltmeter mit LCD-Anzeige 8-Bit Interface“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
log.txt
Report : GLCD_V0 Date : 10-18-2005 Time : 07:52:51 Compiler : BASCOM-AVR LIBRARY V 1.11.7.7, DEMO Edition Processor : M16 SRAM : 400 hex EEPROM : 200 hex ROMSIZE : 4000 hex ROMIMAGE : 5B8 hex -> Will fit into ROM ROMIMAGE : 1464 dec FLASH USED : 8 % BAUD : 9600 Baud XTAL : 6000000
in „GLCD funktioniert nicht!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ks0108.c
Remarks: this Copyright must be included * known Problems: none * Version: 1.1 * Description: Graphic Library for KS0108- (and compatible) based LCDs */ #include <inttypes.h> #include <avr/io.h> #include <avr/pgmspace.h> #include "ks0108.h" #include <util/delay.h> lcdCoord ks0108Coord; uint8_t ks0108Inverted
in „KS 0108 - ein alter Bekannter - neu aufgelegt“ · Projekte & Code ·
-
Datei
ks0108.c
this Copyright must be included * bekannte Probleme: none * Version: 1.1 * Beschreibung: Graphic Library for KS0108- (and compatible) based LCDs * * Änderungen: Nico Maußhardt, Jonas Bösking * */ // Allgemeine Libraries #include <inttypes.h> #include <avr/io.h> #include <avr/pgmspace.h> #include "ks0108
in „Atmega32 - PS/2 Keyboard - LCD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
decoder11n.ino
the library problem with 4*16 display http://forum.arduino.cc/index.php/topic,14604.0.html if (lcdindex > colums-1){ lcdindex = 0; if (rows==4){ for (int i = 0; i <= colums-1 ; i++){ lcd.setCursor(i,rows-3);
-
Datei
03_prog.c
I2C_Send_Message_polling(channel_0,1,2,rx_buf_ptr_0); //Wertzuweisung //unsigned int spannung_y = make_unsigned(rxbuf_0); lcd1_clrscr(); lcd1_gotoxy(0,0); lcd1_puts("dfgdgr"); lcd2_clrscr(); lcd2_gotoxy(0,0); lcd2_puts("dgstr"); mytimerdelay(1000); } /************************************************************************
in „SCA3000-D02 von VTI via I2C?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TTester_096k.pdf
Reset Figure 2.1: New circuit of TransistorTester 2.2 Hints for building the TransistorTester Every LCD-display with a 2 x 16 character display and a HD44780 compatible controller can be used with the TransistorTester. You should respect the current needed for illumination, some LCD need lower current
-
PDF
TTester_096k.pdf
Reset Figure 2.1: New circuit of TransistorTester 2.2 Hints for building the TransistorTester Every LCD-display with a 2 x 16 character display and a HD44780 compatible controller can be used with the TransistorTester. You should respect the current needed for illumination, some LCD need lower current
-
PDF
landtiger_v2.0_-_manual__v1.1.pdf
0 P019 Latch D00-D07 Transparant LCD_LE=1 P0.20 Setup D00-D07 Write LSBs P2.0-P2.7 Latch D00-D07 LCD_LE=0 P0.20 Setup D08-D15 Write MSBs P2.0-P2.7 Select Device LCD_CS=0 P0.22 Select Data/Control Reg LCD_RS=X P0.23 Write Data (Start) LCD_WR
-
PDF
IEC_60730_Class_B_and_IEC_61508_SIL_Safety_Software_Library.pdf
by library projects) CY8C4124PVQ-432 CY8C4245AXI-M445 (Not supported by library projects) CY8C4124PVQ-442 CY8C4246AZI-M443 (Not supported by library projects) CY8C4125AXI-473 CY8C4246AZI-M445 (Not supported
-
Datei
Unterprogramme.h
(); _delay_ms( LCD_SOFT_RESET_MS3 ); // 4-bit Modus aktivieren lcd_out( LCD_SET_FUNCTION | LCD_FUNCTION_4BIT ); _delay_ms( LCD_SET_4BITMODE_MS ); // 4-bit Modus / 2 Zeilen / 5x7 lcd_command( LCD_SET_FUNCTION | LCD_FUNCTION
in „Roboter-Linienverfolgung mit P-Regler und Ausweichmodus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Hauptplatine.c
Jumperstellung: keine Auswirkung Fuses im uC: CKDIV8: Aus (keine generelle Vorteilung des Takts) Header-Files: lcd_lib_de.h (Library zur Ansteuerung LCD-Display Ver. 1.2) =============================================================================*/ /*************************************************************
in „Probleme mit TWI Kommunikation zwischen ATMEGAS“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Files.txt
control A (S-197) LCD_WR_REG(0xE8); LCD_WR_DATA(0x85); LCD_WR_DATA(0x00); LCD_WR_DATA(0x78); // Power control A (S-195) LCD_WR_REG(0xCB); LCD_WR_DATA(0x39); LCD_WR_DATA(0x2C); LCD_WR_DATA(0x00); LCD_WR_DATA(0x34); LCD_WR_DATA
in „Probleme das Ili9341 Board zum laufen zu bekommen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
HAL_RCCEx_PeriphCLKConfig(&PeriphClkInitStruct); /* Configure LED1 */ BSP_LED_Init(LED1); /* Configure LCD : Only one layer is used */ LCD_Config(); while (1) { for(int y=0;y<65536;y++){ for(int x=0;x<480*272;x++){ RGB565_480x272[x]=y; } HAL_Delay(20); } } } /** * @brief System Clock Configuration * The
in „STM32F7 Discovery Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
link_mit_-v.txt
DF_CPU=16000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT lcd.o -MF dep/lcd.o.d -c ../lcd.c avr-gcc -I"C:\Dokumente und Einstellungen\Erich\Eigene Dateien\Arthurneu\newStack1_2_1\." -I"C:\Dokumente und Einstellungen\Erich\Eigene Dateien\Arthurneu\newStack1_2_1
in „Fehler bei exp()“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
T6963c.c
/* T6963c.c - Function-implementations Simple LowLevel T6963c Library without Drawing functions for Rect's, Circles, etc... The files should be self-explanatory. (c) Simon Kueppers. If you find a bug or if you have a question, feel free to Email me: simon.kueppers@stlcd.de
in „AVR für wenig Geld im LAN“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ise_tutorial_ug695.pdf
entry or .v files for Verilog design entry) from the project directory, and click Open. • clk_div_262k lcd_control statmach stopwatch time_cnt 3. In the Adding Source Files dialog box, verify that the files are associated with All, that the associated library is work, and click OK. The Hierarchy pane in
-
PDF
PDF-Demo_Board.pdf
flashing over either. After the minutes have been set, press RA4 and the time will be set and the LCD is returned to an active clock display. The data that is sent to the LCD is also sent to the RS-232 serial port using the USART on the PICmicro MCU. A HyperTerminal™ program on the PC will be able to
in „PIC steuert LED sehr seltsam“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Code.txt
PortA.0) // Damit ein Ergebnis angezeigt wird muss PA0 mit PB0 verbunden werden. // erforderliche Library: IntFunc_Lib.cc, LCD_Lib.cc, Key_Lib.cc // ADC_0: Messwertausgabe // Eingang ADC0 PA0 (PortA.0) // erforderliche Library: IntFunc_Lib.cc // Der Meßwert wird über die serielle Schnittstelle ausgegeben
in „C-Control Pro Timer-Interrupt Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Coordinator.c
**************************************************/ PRIVATE void vBuildNodeScreen(uint8 u8Node) { vLcdClear(); vLcdWriteText((char *)apcNodeNameList[u8Node], 0, 0); vLcdWriteText("Humidity", 0, 64); vLcdWriteText("Temp", 3, 0); vLcdWriteText("Light", 3, 64); vLcdWriteText("Node", 7, 0); vLcdWriteText
-
Datei
EM4095_Reader.vhd
Comments: -- ---------------------------------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; USE ieee.numeric_std.ALL; -- Uncomment the following library declaration if using -- arithmetic functions with Signed or Unsigned values --use IEEE.NUMERIC_STD.ALL; -- Uncomment the following library declaration if instantiating -- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VComponents.all; entity EM4095_Reader is Generic ( delay_cnt_max : integer := 2500000); Port ( reset
in „Synthese macht nicht das selbe wie Simulation und "logische" Analyse“ · FPGA, VHDL & Co. ·
-
PDF
Elektronikladen07.pdf
Installation des Compilers und erklärt ausführlich die einzelnen Tools (Simulation, Terminal Emulator, LCD Designer, Library Manager) und das Programmie- ren von Chips. Unter "BASCOM-AVR Intern" werden die Innereien erläutert. Das große 6. Kapitel (Applikationen auf über 200 Seiten!) ist für die meisten
in „MC68000 von Motorolla“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
g__lcd.txt
********************************************************************** #define KS0108_data PORTD ; LCD data bits (port wired to D0-D7) - in this case port D #define KS0108_tris TRISD ; LCD data direction - Thisi is TRISS register associated to KS0108_data port #define KS0108_E PORTC, 6 ; LCD E clock (pin wired to E line) #define KS0108_RW PORTC, 5 ; LCD read/write line (pin wired to RW line) #define KS0108_RS PORTC, 4 ; LCD register select line (pin wired to RS line) #define KS0108_E_DIR TRISC, 6 ; E line associated TRIS bit #define KS0108_RW_DIR TRISC
in „PIC Object file erstellen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
make_log.txt
Kommandos (aus +makefileœ, Zeile 520): @echo @echo $(MSG_SYMBOL_TABLE) $@ $(NM) -n $< > $@ %.a: /main.o /lcd_routines.o /soft_spi.o /project_func.o /comando_routines.o /comando_func.o # Auszuf³hrende Kommandos (aus +makefileœ, Zeile 530): @echo @echo $(MSG_CREATING_LIBRARY) $@ $(AR) $@ $(OBJ) %.elf: /main.o
in „Problem mit make unter win7“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LabVIEWInterfaceh.txt
match the packet size specifid in LabVIEW) #define STEPPER_SUPPORT 1 // Defines Whether The Stepper Library Is Included - Comment This Line To Exclude Stepper Support // Declare Variables unsigned char currentCommand[COMMANDLENGTH]; // The Current Command For The Arduino To Process //Globals for continuous
in „Arduino 2560 PWM Frequenz ändern auf 100Hz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
makefile.txt
MSG_COMPILING_CPP = Compiling C++: MSG_ASSEMBLING = Assembling: MSG_CLEANING = Cleaning project: MSG_CREATING_LIBRARY = Creating library: # Define all object files. OBJ = $(SRC:%.c=$(OBJDIR)/%.o) $(CPPSRC:%.cpp=$(OBJDIR)/%.o) $(ASRC:%.S=$(OBJDIR)/%.o) # Define all listing files. LST = $(SRC:%.c=$(OBJDIR)/%.lst) $
in „makefile problem - multiple target patterns“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CFAG12864BTFHV_v3.0.pdf
(void) { //Default the control lines //Never reading status, clear LCD_RW low for writes only. //Clear LCD_E to low CLR_RW; LCD_CTRL_PORT &= ~(1 << LCD_E); _delay_us(6500); //Physically toggle the LCD /RST pin ResetLCD(void) //Display on write_both_lcd_control_registers
in „avr asm LCD Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stm32l1xx_conf.h
STM32L1xx_StdPeriph_Template/stm32l1xx_conf.h * @author MCD Application Team * @version V1.0.3 * @date May-2013 * @brief Library configuration file. ****************************************************************************** * @attention * * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH
in „STM32L1 + Makefile. Linkerproblem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
t6963c.h
DG12232 schon Schwierigkeiten in der I2C-Variante auftraten. --> Beitrag "T6963c problem mit Kreis" Re: LCD Library T6963c Autor: hft47 (Gast) Datum: 31.05.2010 20:15 Danke für deinen Tip. habe folgende Änderungen gemacht: /* ----- Definitions concerning LCD internal memory ------ */ /* #define glcd_FONT_SELECT
in „GLCD mit T6963-Controller und 8kRAM ansteuern klappt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
unsigned char checksum, error = 0; static int nr = 0; char nr_tab[1]; char buf[5]; s_connectionreset(); lcd_init(LCD_DISP_ON); // lcd_clrscr(); sei(); while (1) { /* //according to app note SHTxx should not be active more than 10% of the time to reduse self-heating to < 0.1 deg //also, no command should be
in „Unabhängiger Timer gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
twimaster.c
/************************************************************************* * Title: I2C master library using hardware TWI interface * Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury * File: $Id: twimaster.c,v 1.3 2005/07/02 11:14:21 Peter Exp $ * Software: AVR-GCC 3.4.3 / avr-libc 1.2.3 * Target: any AVR device with hardware TWI * Usage: API compatible with I2C Software Library i2cmaster.h **************************************************************************/ #include <util/twi.h> #include "i2cmaster.h" #include "lcd.h" /* I2C clock in Hz */ #define SCL_CLOCK 100000L
in „LM75 mit Mega88PA auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dcc_prg.c
<mega8515.h> #include <string.h> #ifndef __CODEVISIONAVR__ // Avoid the bug in CodeVision stdlib library #include <stdlib.h> #endif #include "lcd.h" #include "dcc.h" #include "keyboard.h" // Global variables extern bit CurrentDCCBit; extern unsigned int CVAddress; extern char CVData; extern bit AckDetected
in „avr studio v4 nach hex umwanteln“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
wettersensor-bme280.pdf
Hersteller. Ich habe mich fürichaufeinselbstgebautes,provisori- amateurfunk 2017 56 …undnun:Anzeige aufeinerLCD Schönerwärees,wennmanSensor und Arduino unabhängig vom PC betreiben könnte, dabei bietet sich die Anzeige der Messwerte auf ei- ner LC-Anzeige an. Ein LCD mit 16 Zeichen und zwei Zeilen lag noch in
in „Welches ist jetzt eigentlich die beste CO2-Ampel?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
OLED_2_42_SSD1309_test_igel1_v006b.ino
Information: ----------------------------------- OLED - Spec: 2.42 inch 2.42" OLED Display Module 128x64 LCD HD Screen Module SSD1309 7 Pin SPI/IIC I2C Serial Interface for Arduino UNO R3 OLED - Vendor: https://de.aliexpress.com/item/1005006473260235.html Recommended Readings: --------------------- Hardware
in „Induktiver Positionssensor - Fragen dazu“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
STM32Cube-MX-HAL-MOOC-presentation-16-9.pdf
folder STM32Cube Firmware Library package 48 • Add necessary library files as reference in the toolchain project configuration file Project Driver CubeMX repository Folder CubeMX not copy anything from No Driver folder in project
in „STM32 HAL Tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MYSENSORS_GatewayClient_WORK_V3.ino
'6' =ImpCount; '31' =tft; <<user IO-Shield20<< {0,0,"free"}, //D4 : Std-fkt; '7' = 433_Tx?? '30' =lcd; '31' =tft; <<user IO-Shield20<< {0,0,"free"}, //D5 : Std-fkt; '30' =lcd; '31' =tft; <<user IO-Shield20<< {0,0,"free"}, //D6 : Std-fkt; '9' = buzzer '30' =lcd; '31' =tft; <<user IO-Shield20<< {0,0,"free"}, //D7 : Std-fkt; '30' =lcd; '31' =tft; <<user IO-Shield20<< {0,0,"free"}, //D8 : Std-fkt; '30' =lcd; '31' =tft; <<user IO-Shield20<< {0,0,"free"}, //D9 : Std-fkt; '16' = IR_Tx?? '30' =lcd; '31' =tft; <<user IO-Shield20<< {0,0
in „String Array verarbeiten / Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
EWARM_DevelopmentGuide.ENU.pdf
application must communicate with its environment. The application might for exampledisplay information onanLCD,readavaluefromasensor,getthecurrentdate from the operating system, etc. Typically, your application performs I/O via the C/C++ standard library or some third-party library. There are many functions
in „Viele Flags effizient speichern und schreiben/Byte in Bitfeld?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lpc43xx_cgu.h
peripheral block #1 base clock */ CGU_BASE_APB3, /**< APB peripheral block #3 base clock */ CGU_BASE_LCD, /**< LCD base clock */ CGU_BASE_ENET_CSR, CGU_BASE_SDIO, /**< SDIO base clock */ CGU_BASE_SSP0, /**< SSP0 base clock */ CGU_BASE_SSP1, /**< SSP1 base clock */ CGU_BASE_UART0, /**< UART0 base clock
in „Cortex M0/M4 SPI nach CMSIS ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
UTouch_Calibration1111.ino
display model>,19,18,17,16 // Standard Arduino Mega/Due shield : <display model>,38,39,40,41 // CTE TFT LCD/SD Shield for Arduino Due : <display model>,25,26,27,28 // Teensy 3.x TFT Test Board : <display model>,23,22, 3, 4 // ElecHouse TFT LCD/SD Shield for Arduino Due : <display model>,22,23,31,33 // //
in „2.8 TFT von egeloo“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
t0_mod2.c
################## #include <stdio.h> /* standard I/O .h-file */ #include <stdlib.h> /* standard library .h-file */ #include <ctype.h> /* character functions */ #include "reg51xd2.H" // SFR #include "lcd_p0.h" //################################# Ports, Variablen, Defines #############################
in „Keil µC Vision, Problem beim Compilieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Morse_Trainer.vhd
LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.all; entity Morse_Trainer is port( Clk_50MHz : in std_logic; reset : in std_logic; -- Taster zum zurücksetzten Trainer_On : in std_logic; -- Schalter zum an / aus machen
in „Altera DE2-115 mit Cyclone IV - Hardware verhält sich anders als die Simulation (ModelSim)“ · FPGA, VHDL & Co. ·