Tag: Rasperry Pi GPIO
-
Chapter 2b: Tinsel Enhancements – Part2
Introduction As mentioned at the end of the previous part, in this second part of this chapter we will complete the Tinsel extensions by implementing bit-wise operations and pointers. Bit-wise Operations I will implement bit-wise And, Or, Xor and Not operations. And will be at the same level of priority as multiply, divide, shift and…
-
Chapter 2a: Tinsel Enhancements – Part 1
Introduction It is now time to do something specific to the Raspberry Pi and this will be to talk to its GPIO unit and, through this, read the state of a button and turn a LED on and off. But to achieve this, we will need to develop some extensions to Tinsel first. We will…