View on GitHub

Micro Controller Peripherals and Drivers in Ada

Listing of various built-in in and external sensors and actors for micro controllers, notably AVR, ESP8266 and ESP32. We also provide driver packages in Ada and some usage examples.

Welcome to Micro Controller Peripherals in Ada

This site lists various micro-controller boards that can be used with the programming language Ada. Currently we are focused on AVR boards as we have an Ada compiler only for these processors. We are planning to extend it to also cover ESP8266 and ESP32 boards.

Boards

AVR Internal Units

Input Devices

Output Devices

For more details see GitHub Flavored Markdown.

Sytax highlighting of Ada code

with Ada.Text_IO;    use Ada.Text_IO;
procedure Hello is
begin
   Put_Line ("Hello World!");
end Hello;

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.