Hi, I am currently building a little robot with multiple sensors and I would like to mount it with a LCD. I found out about this shield that give you 64 I/O pins through i2c and comes with a library of it's own but It will only work with digital signal. Here are more info :
http://macetech.com/store/index.php?main_page=product_info&cPath=4&products_id=23 I was wondering If I was gonna be able to use the standard LiquidCrystal Library with this module. My main concern is that when you initialize the library, you enter "int" as "PIN number"...
Is it going to work? Is there a way around it? Will I have to re-write the library ?
Also, Is there is any way at all that I could get my sensor (Sharp IR, Sonar, etc...) to work with the shield even if the output analog signal? I guess not but it's still worth asking.
Thanks a lot.