ts-7000
[Top] [All Lists]

Re: [ts-7000] General C problem

To:
Subject: Re: [ts-7000] General C problem
From: "Alvaro Aguirre" <>
Date: Fri, 19 Jan 2007 12:07:19 -0300
Although this mail list is about ts7000 everyone here are very gently solving this kind of problems. Another excellent source of knowledge you can use is IRC. Go to channel #c on Freenode and there are a lot of people always willing to help. Good luck!

On 1/19/07, Curtis Monroe <> wrote:

On January 18, 2007 09:47 pm, Jason Stahls wrote:
> Ok, I've been having fun with this for a bit. I have a eeprom that I
> can only write 8bits at a time too, and I have a 16bit int from a ADC
> that I want to store in it. I am reading the high and low registers
> from the ADC so getting two 8bit segments to write was easy, now I want
> to concatinate those two into 16bits for easy comparison. Any ideas?
>
> Since I'm not good at explaining my thoughts here's a example
>
> byte1(high) byte2(low)
> 10010010 00001011
>
> becomes....
>
> 16-bit int
> 1001001000001011

/* assuming the ADC input is not signed */
int adc_value = (high_byte << 8) | low_byte;

>
> Thanks,
>
> Jason
>


__._,_.___


SPONSORED LINKS
Single board computer Hardware Computer running slow
Linux os Single board

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: =Email Delivery: Digest | m("yahoogroups.com?subject","ts-7000-fullfeatured");=Change Delivery Format: Fully Featured">Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | =Unsubscribe

__,_._,___
<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU