Subject:
|
average_sensor
|
Newsgroups:
|
lugnet.robotics.handyboard
|
Date:
|
Sat, 1 Nov 1997 18:19:41 GMT
|
Original-From:
|
Terry P. Gathright <669@worldnet.att.!ihatespam!net>
|
Reply-To:
|
669@postoffice.worldnet#Spamless#.att.net
|
Viewed:
|
1616 times
|
| |
| |
Could someone please show me how to use this function by example, It
will load but I don't know what to ask when trying to use.
This example is on page 22 of the IC manual for the handy board.
Thanks in advance. Terry Gathright
void average_sensor(int port, int *result)
{
int sum= 0;
int i;
for (i= 0; i< 10; i++) sum += analog(port);
*result= sum/10;
}
|
|
1 Message in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|