Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@electronut
Created October 29, 2017 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save electronut/b7c663a191b59f1f5421408f14b9b3ac to your computer and use it in GitHub Desktop.
Save electronut/b7c663a191b59f1f5421408f14b9b3ac to your computer and use it in GitHub Desktop.
stm32-conway-signal.cpp
void Conway64::signal()
{
osSignalSet (_conwayTaskHandle, 0x0001);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment