| Package | Description |
|---|---|
| com.physicaloid.lib | |
| com.physicaloid.lib.framework | |
| com.physicaloid.lib.programmer.avr |
| Modifier and Type | Method and Description |
|---|---|
static Boards |
Boards.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Boards[] |
Boards.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Physicaloid.upload(Boards board,
java.io.InputStream fileStream)
Uploads a binary file to a device on background process.
|
void |
Physicaloid.upload(Boards board,
java.io.InputStream fileStream,
Physicaloid.UploadCallBack callback)
Uploads a binary file to a device on background process.
|
void |
Physicaloid.upload(Boards board,
java.lang.String filePath)
Uploads a binary file to a device on background process.
|
void |
Physicaloid.upload(Boards board,
java.lang.String filePath,
Physicaloid.UploadCallBack callback)
Uploads a binary file to a device on background process.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Uploader.upload(java.io.InputStream fileStream,
Boards board,
SerialCommunicator comm,
Physicaloid.UploadCallBack callback) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AvrUploader.run(java.io.InputStream hexFile,
Boards board,
Physicaloid.UploadCallBack callback) |
boolean |
AvrUploader.run(java.lang.String filePath,
Boards board,
Physicaloid.UploadCallBack callback) |
| Constructor and Description |
|---|
AvrConf(Boards board) |