Re: [beagleboard] Adafruit Python library for BeagleBone Blue, naming conventions

2017-07-28 Thread Mark A. Yoder
Drew:
  Starting work on it now.  We'll see how far I get.

I just posted an issue on github.  Now that I know which end is pin 1 
things should go much faster.

--Mark

On Thursday, July 27, 2017 at 2:22:22 PM UTC-4, Drew Fustini wrote:
>
> On Thu, Jul 27, 2017 at 8:13 AM, Mark A. Yoder  > wrote: 
> > Is anyone updating the Adafruit Python library[1]  for the Blue? 
>
> I've not started working on that yet.  But I would very happy to 
> review any github issues or pull requests related to Blue support. 
>
> > What do you think?  These should also apply to BoneScript. 
>
> Could you please open an issue with these suggestions?  If you have 
> time, please make a pull request with changes you think might be 
> needed in source/common.c. 
>
> Thanks, 
> Drew 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/4b800f2d-66bb-4c59-94d6-cb2d79b1ca52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Adafruit Python library for BeagleBone Blue, naming conventions

2017-07-27 Thread Drew Fustini
On Thu, Jul 27, 2017 at 8:13 AM, Mark A. Yoder  wrote:
> Is anyone updating the Adafruit Python library[1]  for the Blue?

I've not started working on that yet.  But I would very happy to
review any github issues or pull requests related to Blue support.

> What do you think?  These should also apply to BoneScript.

Could you please open an issue with these suggestions?  If you have
time, please make a pull request with changes you think might be
needed in source/common.c.

Thanks,
Drew

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAEf4M_Aq_vX_oMQR5uzaYsMFAhs2a9POYVxaKHj4T3TsyR16LQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Adafruit Python library for BeagleBone Blue, naming conventions

2017-07-27 Thread Mark A. Yoder
Is anyone updating the Adafruit Python library[1]  for the Blue? 

[2] doesn't appear to have any definitions for the Blue's connectors. 

For example, *GPIO1_17* appears on the Black at *P9_23*.  On the Blue it 
appears on pin 4 for the *GP0* header[3].


Should this be referred to as *GP0_4* since it's pin 4, or should it be 
*GP0_2* since it's the second IO pin on the header, or maybe *GP0_1* is we 
should start numbering with 0?

Another example, The analog in's appear on the ADC header.


Should AIN0 be referred to as *AIN0*, or *ADC_3*, or *ADC_1*, or *ADC_0*? 
 I can justify every choice.

My suggestion is to make it as easy as possible for the beginner and stick 
to the schematic and silk screen.


For example:
GP0_0GPIO1_25
GP0_1GPIO1_17
GP1_0GPIO3_2
UT0_RX   UART0_RX
S1_MOSI  SPI1_MOSI

ADC0 AIN0
AIN0 AIN0  (both refer to AIN0)

What do you think?  These should also apply to BoneScript.

--Mark

[1] https://github.com/adafruit/adafruit-beaglebone-io-python.git
[2] 
https://github.com/adafruit/adafruit-beaglebone-io-python/blob/master/source/common.c
[3] 
https://github.com/beagleboard/beaglebone-blue/raw/master/BeagleBone_Blue_sch.pdf
 
 (page 1, bottom middle)

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/954dfec1-dcbd-4d40-9494-03f5624ac8f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.