avrora.sim.mcu
Class ATMega128L.SPIDevice.SPIFrame

java.lang.Object
  extended byavrora.sim.mcu.ATMega128L.SPIDevice.SPIFrame
Enclosing class:
ATMega128L.SPIDevice

public static class ATMega128L.SPIDevice.SPIFrame
extends java.lang.Object

A single byte data frame for the SPI.


Field Summary
 byte data
           
 
Constructor Summary
ATMega128L.SPIDevice.SPIFrame(byte data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public final byte data
Constructor Detail

ATMega128L.SPIDevice.SPIFrame

public ATMega128L.SPIDevice.SPIFrame(byte data)