aboutsummaryrefslogtreecommitdiffstats
path: root/SIN.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2003-07-24[lcd4linux @ 2003-07-24 04:48:09 by reinelt]reinelt1-3/+8
'soft clear' needed for virtual rows
2003-02-22[lcd4linux @ 2003-02-22 07:53:09 by reinelt]reinelt1-2/+5
cfg_get(key,defval)
2001-04-27[lcd4linux @ 2001-04-27 05:04:57 by reinelt]reinelt1-1/+10
replaced OPEN_MAX with sysconf() replaced mktemp() with mkstemp() unlock serial port if open() fails
2001-02-13[lcd4linux @ 2001-02-13 09:00:13 by reinelt]reinelt1-2/+6
prepared framework for GPO's (general purpose outputs)
2000-12-07[lcd4linux @ 2000-12-07 20:47:54 by reinelt]reinelt1-8/+40
first try for SIN bars
2000-12-01[lcd4linux @ 2000-12-01 20:42:37 by reinelt]reinelt1-2/+27
added debugging of SIN driver output, probably found the positioning bug (format %02x instead of %2x)
2000-12-01[lcd4linux @ 2000-12-01 07:20:26 by reinelt]reinelt1-9/+13
modified text positioning: row starts with 0, column is hexadecimal
2000-11-28[lcd4linux @ 2000-11-28 17:27:19 by reinelt]reinelt1-5/+11
changed decimal values for screen, row, column to ascii values (shame on you!)
2000-11-28[lcd4linux @ 2000-11-28 16:46:11 by reinelt]reinelt1-0/+193
first try to support display of SIN router
d2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/* $Id: wifi.h,v 1.2 2004/01/06 22:33:14 reinelt Exp $
 *
 * WIFI specific functions
 *
 * Copyright 2003 Xavier Vello <xavier66@free.fr>
 * 
 * based on lcd4linux/isdn.c which is
 * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
 *
 * This file is part of LCD4Linux.
 *
 * LCD4Linux is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * LCD4Linux is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 *
 * $Log: wifi.h,v $
 * Revision 1.2  2004/01/06 22:33:14  reinelt
 * Copyright statements cleaned up
 *
 * Revision 1.1  2003/11/14 05:59:37  reinelt
 * added wifi.c wifi.h which have been forgotten at the last checkin
 *
 */

#ifndef _WIFI_H_
#define _WIFI_H_

int Wifi (int *signal, int *link, int *noise);

#endif