Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
coolya committed Jan 28, 2014
1 parent 2112ec7 commit b73cc87
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ the readability of the generated code. It is contained in the `mbeddr.arduino.su
it some where on you hard disk where you can find it later on. Please remember that path where you
put it, because you need to set it in the `ArduinoConfiguration` of your project.

### Build it

You can find the building instructions in the [wiki](https://github.com/coolya/mbeddr.arduino/wiki/Building)

### Try it

Now open your favorite shell and navigate to `solutions/arduino.samples/source_gen/arduino/samples/Blinker` from the root of the source code.
Expand All @@ -91,9 +87,14 @@ The `arduino.hex` is the interesting stuff since it the executable for the ardui

Now the Arduino will run a simple blinker sample the blinks the build in LED.

### Build it

You can find the building instructions in the [wiki](https://github.com/coolya/mbeddr.arduino/wiki/Building)


## State

Currently this is nothing more than some kind of tech demo, also only the Arduino Uno supported. To see what is missing have a look at the [Issues][issues].
Currently this project only has bare minimum support for the Arduino Uno. It has some rough edges but it should be good to try it. To see what is missing have a look at the [Issues][issues].

For more information how stuff works have a look at the [wiki][wiki] which will contain a growing list of pages in the near future.

Expand Down

0 comments on commit b73cc87

Please sign in to comment.