Commit 127692f5 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

README: Point to forked energytrace-util with updated build instructions

parent be8841a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# msp430-etv – MSP430 EnergyTrace Visualizer

msp430-etv is a wrapper around
[energytrace-util](https://github.com/carrotIndustries/energytrace-util) to
[energytrace-util](https://github.com/derf/energytrace-util) to
simplify aggregation, visualization and basic analysis of EnergyTrace
measurements.

@@ -15,6 +15,6 @@ energy for a given measurement to stdout.

## Dependencies

* [energytrace-util](https://github.com/carrotIndustries/energytrace-util)
* [energytrace-util](https://github.com/derf/energytrace-util)
  and libmsp430.so
* Python 3 with matplotlib and numpy