#include "driver.h"#include "scb.h"Go to the source code of this file.
Functions | |
| void | scb_init () |
| void | scb_uninit () |
| void scb_init | ( | ) |
Copyright (C) 2005-2008 iRex Technologies B.V. All rights reserved.
Definition at line 27 of file scb.c.
00028 { 00029 scb_driver_init(); 00030 }

| void scb_uninit | ( | ) |
Definition at line 32 of file scb.c.
00033 { 00034 scb_driver_close(); 00035 }

1.5.6