Shop OBEX P1 Docs P2 Docs Learn Events
Is there an ADC0838 class? — Parallax Forums

Is there an ADC0838 class?

verobelverobel Posts: 81
edited 2006-03-03 06:47 in General Discussion
Hi javelin programmers. This is my first post. I just ran a program using the ADC0831 class and it worked fine. I also have the ADC0838 chip that is suppose to handle 4 analog inputs. Is there a special class (or subclass)·for this chip that is available or perhaps can the same class be used with an extra or adjusted param?
thanks, John

Comments

  • Peter VerkaikPeter Verkaik Posts: 3,956
    edited 2006-02-14 11:21
    I have not seen a ADC8038 class. You could copy the ADC8031 class
    and adapt it to the ADC8038.
    You would need to introduce a channel parameter (for channels 0-3)

    regards peter
  • SN96SN96 Posts: 318
    edited 2006-02-14 13:47
    I don't know Java, but this sounds like a good project to do. Make a new class that will utilize the ADC0838. I'm sure many would benifit from it.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Mike

    ·
  • mgabemgabe Posts: 1
    edited 2006-03-03 05:09
    I would also need an ADC8038 class. Where did you guys get the ADC8031 class? Thanks
  • Peter VerkaikPeter Verkaik Posts: 3,956
    edited 2006-03-03 06:47
Sign In or Register to comment.