Root/tools/ant-cl/plot.h

Source at commit 121acf6ffad8f1bcd4b08e50e293e597880b68eb created 10 years 11 months ago.
By Werner Almesberger, tornado/cpu/cpu.brd: make connection to the MCU's GND pad straighter
1/*
2 * tools/ant-cl/plot.h - Sample plot
3 *
4 * Written 2012 by Werner Almesberger
5 * Copyright 2012 Werner Almesberger
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 */
12
13
14#ifndef PLOT_H
15#define PLOT_H
16
17int plot(int x, int y);
18void plot_init(void);
19
20#endif /* !PLOT_H */
21

Archive Download this file

Branches:
master
tornado-v1



interactive