On Thu, Sep 18, 2014 at 4:25 PM, Jesse Forgues <[email protected]> wrote: > Is Bonescript shiftOut() supported? and with what version? > > I am running the 3.8.13-bone47 #1 SMP Fri Apr 11 build on my BeagleBone > Black and I was using spidev_test.c to test talking to SPI devices. And my > board says: running BoneScript 0.2.4 > > Well my coworker was wondering if we could do SPI with Bonescript instead > (Performance not really a goal today). > > When I looked into this BeagleBoard.org says: > shiftOut(dataPin, clockPin, bitOrder, val, [callback]) > > Note: This doesn't work until BoneScript version 0.2.3 > > http://beagleboard.org/Support/BoneScript/shiftOut/ > > But when I click on the shiftOut example on my BBB it says: > > Cannot GET /Support/BoneScript/shiftOut/
The example documentation and the implementation of shiftOut are separate. shiftOut works fine in 0.2.4. > > > Is SPI supported from Bonescript and which version? Not directly yet. > > Thanks! > > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
