chipKIT® Development Platform

Inspired by Arduino™

Liberary

Created Sat, 04 Jan 2014 04:39:41 +0000 by ajitnayak


ajitnayak

Sat, 04 Jan 2014 04:39:41 +0000

Dear all,

I am looking for below library from arduino which suits pic UNO32 and pic max

tinyGPS wire Software Serial Timer math keypad Liquid Crystal() interrupt () EEPROM

I download below library and pasted in library section of MPIDE IDE in PIC section. I think register used arduino board and PIC are different . So the library doesn't work . Can share some link Where i can get library associated with register of PIC UNO and it started working


majenko

Sat, 04 Jan 2014 11:53:15 +0000

tinyGPS I am not aware of a ported library for this. Try using it, and see what the error are - we may be able to help you fix them.

wire This is included in MPIDE.

Software Serial Again, included with MPIDE

Timer I don't think there's a library to do this yet, so you'll have to manipulate the timers manually.

math This isn't really a "library" in the Arduino sense - it's part of the compiler's libraries, so already exists.

keypad I have seen one around on the forums here before - have a search.

Liquid Crystal() Included already in MPIDE.

interrupt () What interrupts are you interested in...?

EEPROM Included in MPIDE.


ajitnayak

Tue, 21 Jan 2014 04:52:54 +0000

[quote="majenko"]tinyGPS I am not aware of a ported library for this. Try using it, and see what the error are - we may be able to help you fix them.

wire This is included in MPIDE.(this is working fine)

Software Serial Again, included with MPIDE) compile but not executed like arduino.

Tiny GPS liberay not working . Is there any code you know where i can parse GPS data