]> git.gag.com Git - fw/sdcc/blobdiff - device/examples/ds390/i2c390/i2c390.c
update examples to use tinibios
[fw/sdcc] / device / examples / ds390 / i2c390 / i2c390.c
index c034a6e7d145ae2119c73dbcb4acebad802e0e36..7bd00d377d57939c9939ea358337a2b9e6d516ea 100644 (file)
@@ -1,20 +1,3 @@
-/* This example compiles right out of the box for TINI after you did a 
-   make install of sdcc (latest revision :).
-
-   It prints the value of the DS1621 temperature sensor (at address 2) 
-   and the 4 values of the PCF8591 ad-convertor (at address 0).
-   It (ab)uses the CAN CTX and CTR pins of the DS80C390.
-   Make sure you have pull-up resistors connected or it WON'T work.
-
-   Just do a "make" which compiles and compresses it a little.
-   Than use JavaKit to load i2c390.hex (it goes into bank 1, see Makefile)
-   Type 'E' in JavaKit and enjoy :) */
-
-/* if you are using the (default) interrupt scheme for serial i/o,
-   you need to include this in the main program, so the vector will
-   be initialized */
-#include <serial390.h>
-
 #include <stdio.h>
 
 #include "ds1621.h"