Hi! Am Freitag, 27. Januar 2017 05:10:27 UTC+1 schrieb Renzo Fabián: > > Is it possible to perform this using the libpruio in order to read 6 > analog inputs? If yes? What is the best way to implement it if other > operations were need, i.e. compute the division of 2 phasors. >
Yes, it is. (Or do I miss-understand your question?) libpruio reads the samples from the hardware and makes them available to the ARM CPU as binary data (unsigned short). At the ARM side you can use those datas however you want, ie. compute float math. Regards -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/0c069e60-b1d3-4d41-8801-0a05ee27a7b4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
