|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpicmicrocontroller.ADConverter
public class ADConverter
This class represents the A/D converter submodule of a PIC16F877. It provides the simulation method of the A/D converter.
Field Summary | |
---|---|
protected PIC |
pic
|
Constructor Summary | |
---|---|
ADConverter(PIC pic)
Main constructor of A/D converter. |
Method Summary | |
---|---|
void |
simulate()
This method simulates one cycle of the A/D converter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PIC pic
Constructor Detail |
---|
public ADConverter(PIC pic)
pic
- Method Detail |
---|
public void simulate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |