|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpicmicrocontroller.FlashProgramMemory
public class FlashProgramMemory
This class represents the flash memory of a PIC16F877. Flash memory consists of 8*1024 registers.
Method Summary | |
---|---|
int |
read(int address)
Reads the value from given adress. |
void |
write(int address,
int word)
Writes the value into the given adress. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void write(int address, int word)
address
- word
- value to be writtenpublic int read(int address)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |