SARENT-SORENTO / gsm-shield-arduino

Automatically exported from code.google.com/p/gsm-shield-arduino
0 stars 0 forks source link

Adding possibility to put GSM_ON pin to OUTPUT #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The GBoard (http://imall.iteadstudio.com/im120411004.html) needs the GSM_ON 
configured as OUTPUT.

Adding of another #define GSM_ON_OUTPUT which switches the PIN to OUTPUT would 
be nice:

  pinMode(GSM_ON, OUTPUT);

in GSM.beginn is one possibility.

Original issue reported on code.google.com by michael....@gmail.com on 28 Dec 2012 at 4:17

GoogleCodeExporter commented 9 years ago
This lib is developed only for GSM GPS Shield of open-electronics / 
futuraelettronica http://www.open-electronics.org/gsm-gps-shield-for-arduino/ 
However it seems a little change that we can add without problem.
Marco

Original comment by martines...@gmail.com on 29 Dec 2012 at 11:44

GoogleCodeExporter commented 9 years ago
Hi Marco,

I understand that the library is optimized for your board. I had eventually 
another idea yesterday evening. We could put around the board specific values 
#ifndef constructs.

Then for each different type of board just create a boardXY.h which defines the 
changes.

Like this the GSM GPS Shield of open-electronics / futuraelettronica would work 
as standard. And other boards can create a own boardXY.h

What do you think?

Original comment by michael....@gmail.com on 29 Dec 2012 at 11:49

GoogleCodeExporter commented 9 years ago
This issue section is not longer supported.
Please check the support page www.gsmlib.org 

Original comment by martines...@gmail.com on 6 Jul 2013 at 11:26

GoogleCodeExporter commented 9 years ago
This issue section is not longer supported.
Please check the support page www.gsmlib.org 

Original comment by martines...@gmail.com on 6 Jul 2013 at 11:27