BrentSeidel / BBS-BBB-Ada

A collection of Ada sources for working with Linux based embedded computers, such as the BeagleBone Black or Raspberry Pi
GNU General Public License v3.0
7 stars 3 forks source link

Implement interrupt key for Arduino Due interrupt driven serial driver #6

Open BrentSeidel opened 4 years ago

BrentSeidel commented 4 years ago

In some circumstances a ctrl-c like interrupt may be useful. The serial driver should be up updated so that when a specified character is received (typically ctrl-c), a user define procedure is called. This should be optional so that if no procedure is specified, the driver will work as is.