X-Git-Url: https://robinkrens.nl/gitweb/?p=cortex-from-scratch;a=blobdiff_plain;f=include%2Fdrivers%2Ftsensor.h;h=d22c068d073aaf5940264af0b3cb703ad289e6ae;hp=64a5e94674f2efd37032509400c48c1e9e0ca614;hb=ab9b08cfd0df1ea1f596a01d45e98be854e58579;hpb=dcb2e2b5744f20cbfc979e1f6291ae9937a8affd diff --git a/include/drivers/tsensor.h b/include/drivers/tsensor.h index 64a5e94..d22c068 100644 --- a/include/drivers/tsensor.h +++ b/include/drivers/tsensor.h @@ -1,2 +1,3 @@ -extern void tsensor_init(); +extern void tsensor_output(uint16_t, uint16_t/* , uint16_t */); +extern void tsensor_input(uint16_t);