Hello! I am trying to use four ultrasonics in conjunction with the Pixy. However, I realized that when I read values in from the ultrasonics, the maximum amount of blocks I read in is 1 (blocks = pixy.getBlocks(); blocks will equal 1). When I commented out the ultrasonic code the Pixy will read in all the blocks just fine. These are the ultrasonic sensors I am using https://www.parallax.com/product/28015.
Is there a memory issue associated with this?
Thanks in advance.