Microcontrolador
CURSO DE ENGENHARIA DE COMPUTAÇÃO
MICROCONTROLADORES PIC 18F4550 CONTROLANDO MOTOR DE PASSO E LEDS VIA USB
BEATRIZ ALONSO DOS SANTOS
BRUNO DE OLIVEIRA GONÇALVES
FELIPE CÉSAR TAVARES DE MOURA
JOSÉ EMÍLIO DE CARVALHO SOUTO
LUIZ CARLOS NUNES PEREIRA JR
SANTOS / SP
NOVEMBRO – 2012
BEATRIZ ALONSO DOS SANTOS – RA 081805
BRUNO DE OLIVEIRA GONÇALVES – RA 074182
FELIPE CÉSAR TAVARES DE MOURA – RA 083558
JOSÉ EMÍLIO DE CARVALHO SOUTO – RA 080328
LUIZ CARLOS NUNES PEREIRA JR – RA 080327
MICROCONTROLADORES PIC 18F4550 CONTROLANDO MOTOR DE PASSO E LEDS VIA USB …exibir mais conteúdo…
1.
2.
3.
4.
5.
USBClass
A seguir o código dos métodos da classe USBClass que foram implementados no programa desenvolvido para o microcontrolador.
|using System; |
|using System.Collections.Generic; |
|using System.Linq; |
|using System.Text; |
|using System.Windows.Forms; |
|using Microsoft.Win32.SafeHandles; |
|using System.Runtime.InteropServices; |
|using System.Threading; |
|