Entradas
Mostrando entradas de diciembre, 2022
Parcial 3 sellado - Notebook
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
Participaciones 3er parcial
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
Participaciones 3er Parcial FNVL
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
Partcipaciones del 3er parcial
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
Robot funcionando con switch FPGA
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
Avances de construccion del brazo robot 10 A - Banda
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
Notebook Rearch FPGA 3 parcial ISM
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
Notebook Research FPGA 3er Parcial AMT
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
Avances de programación del Brazo Robot -10 A Banda
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
library IEEE; use IEEE.STD_LOGIC_1164.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 RobotVHDL is Port ( S1 : in STD_LOGIC; S2 : in STD_LOGIC; CLK : in STD_LOGIC; PWMa : out STD_LOGIC; PWMb : out STD_LOGIC; Reset : in STD_LOGIC); end RobotVHDL; architecture Brazo of RobotVHDL is begin p1: process (CLK, Reset) variable Contador:integer range 0 to 1000000:=0; --Variable de conteo para el periodo T para cada servomotor (20ms). variable ComparacionS1: integer range 0 to 125000; variable Com...
NoteBook FPGA Parcial 3 _ AAGG
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones
Remedial Parcial 2 Sellado - Research _ AAGG
- Obtener enlace
- X
- Correo electrónico
- Otras aplicaciones