1.STM32 Nucleo-32 board en.DM00214578.pdf
2.Getting started with STM32 Nucleo board software development tools en.DM00105928.pdf
3.STM32 Nucleo-32 board en.DM00231744.pdf
4.STM32 Nu
$(function(){
var appid = $(".select li a").data("channel");
$(".select li a").click(function(){
var appid = $(this).data("channel");
$('.select dt').html($(this).html());
$('#channel').val(appid);
})
})
评论