I noticed that it is missing some functions:
- Enough explanation about pointer access operators
- Explanation about f.ex /n /p /o and such functions
- Missed explanation in Serial and Stream sections
- High contrast function such as black background and white or green text for them who need to avoid strong white light from the whole monitor
- More explanation at goto section
- More details on what bit() is
- Include the DDR, PiN, PORT function for those who need fast access
Can you please add them in the reference files
- Please remove hacking function because it is not a good idea
- Explanation about f.ex /n /p /o and such functions
I'm unable to understand this due to lack of explanation.
- More explanation at goto section
goto google and search C++ program structure and design. Using goto is admitting defeat as a programmer.
- Include the DDR, PiN, PORT function for those who need fast access
These are specific to AVR boards, not Arduino's API which runs on many platforms (AVR, AVR32, SAM, INTEL,ESP8266). Search google for the chip your duino uses and you'll find an atmel datasheet.
- Please remove hacking function because it is not a good idea
Can you explain what you mean here? There is no hacking function.
- High contrast function such as black background and white or green text for them who need to avoid strong white light from the whole monitor
This one I can help you with. Go to your Arduino installation folder then find: lib/themes/theme.txt You can modify the colours there. You'll need to download the latest hourly build to change the text colour though (was only recently added).