nanovm.avr
Class AVR

java.lang.Object
  extended by nanovm.avr.AVR

public class AVR
extends java.lang.Object


Field Summary
static Port portA
           
static Port portB
           
static Port portC
           
static Port portD
           
static Port portE
           
static Port portF
           
static Port portG
           
static Port portH
           
static Pwm pwm0
           
static Pwm pwm1
           
 
Constructor Summary
AVR()
           
 
Method Summary
static int getClock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portA

public static Port portA

portB

public static Port portB

portC

public static Port portC

portD

public static Port portD

portE

public static Port portE

portF

public static Port portF

portG

public static Port portG

portH

public static Port portH

pwm0

public static Pwm pwm0

pwm1

public static Pwm pwm1
Constructor Detail

AVR

public AVR()
Method Detail

getClock

public static int getClock()