Rust Crate
- Make sure you have completed the following chapters:
In this chapter we are going to implement the rust versions of the of the libioctrl we did for C.
Note there will be difference as rust is different - so not a direct translation, that would be too easy :D.
We are going to build a crate which is rust equivlance to a C project that produces a library or exectuable.
-
Now we are going install rust on the BeagleBone:
-
If you have installed rust on the BeagleBone, you can now move on to:
-
Then we move on to the GPIO implementation
-
Next is the ADC functionality
-
This chapter deals with the PWM capabilities for BBB with rust
-
The final chaper deals with combination of adc and pwm into one program