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