Last Version

JavaAVR 1.1.1

A Java Emulator for AVR Micro-controllers, such as the ATMega328 or ATTiny85. Includes instruction decoding / encoding, emulation and support for I/O peripherals.

License

License

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

javr
Version

Version

1.1.1
Type

Type

jar
Description

Description

JavaAVR
A Java Emulator for AVR Micro-controllers, such as the ATMega328 or ATTiny85. Includes instruction decoding / encoding, emulation and support for I/O peripherals.
Project URL

Project URL

https://github.com/DavePearce/JavaAVR
Source Code Management

Source Code Management

https://github.com/DavePearce/JavaAVR

Download javr 1.1.1


<!-- https://jarcasting.com/artifacts/org.whiley/javr/ -->
<dependency>
    <groupId>org.whiley</groupId>
    <artifactId>javr</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/javr/
implementation 'org.whiley:javr:1.1.1'
// https://jarcasting.com/artifacts/org.whiley/javr/
implementation ("org.whiley:javr:1.1.1")
'org.whiley:javr:jar:1.1.1'
<dependency org="org.whiley" name="javr" rev="1.1.1">
  <artifact name="javr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='javr', version='1.1.1')
)
libraryDependencies += "org.whiley" % "javr" % "1.1.1"
[org.whiley/javr "1.1.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.